comparison libtomcrypt/src/headers/tomcrypt_macros.h @ 1435:f849a5ca2efc

update to libtomcrypt 1.17 (with Dropbear changes)
author Matt Johnston <matt@ucc.asn.au>
date Sat, 24 Jun 2017 17:50:50 +0800
parents 0cbe8f6dbf9e
children 6dba84798cd5
comparison
equal deleted inserted replaced
1434:27b9ddb06b09 1435:f849a5ca2efc
417 #define byte(x, n) ((unsigned char)((x) >> (8 * (n)))) 417 #define byte(x, n) ((unsigned char)((x) >> (8 * (n))))
418 #else 418 #else
419 #define byte(x, n) (((x) >> (8 * (n))) & 255) 419 #define byte(x, n) (((x) >> (8 * (n))) & 255)
420 #endif 420 #endif
421 421
422 /* $Source: /cvs/libtom/libtomcrypt/src/headers/tomcrypt_macros.h,v $ */ 422 /* $Source$ */
423 /* $Revision: 1.15 $ */ 423 /* $Revision$ */
424 /* $Date: 2006/11/29 23:43:57 $ */ 424 /* $Date$ */