Fixes for 32-bit machines per Stefie Tellex

This commit is contained in:
Keith Winstein
2011-09-14 14:39:11 -04:00
parent f3b9c60196
commit be6467c335
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ int main( int argc, char *argv[] )
Message message = session.decrypt( ciphertext );
fprintf( stderr, "Nonce = %ld\n",
message.nonce.val() );
(long)message.nonce.val() );
cout << message.text;
} catch ( CryptoException e ) {
cerr << e.text << endl;