Better fix to alignment issue

This commit is contained in:
Keith Winstein
2012-02-19 21:50:02 -05:00
parent b06204e72b
commit ba6329e528
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ namespace Crypto {
class Nonce {
private:
char bytes[ 12 ];
char bytes[ 12 ] __attribute__((__aligned__ (16)));
public:
Nonce( uint64_t val );