commit | 86bbc7fc30ba568815b0f5a256b3d9afa5b2bfca | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Jul 12 02:14:41 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Aug 14 11:34:33 2014 +0200 |
tree | 8b4358d62cd069dc35172a51b4c918bd5d217c6c | |
parent | bb3a7f2b200dba5eda61d08bb436b4c50af3c402 [diff] |
Fix typo causing compile error with NULL cipher
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index 47a69a9..ab2f9bc 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c
@@ -1313,7 +1313,7 @@ static void * null_ctx_alloc( void ) { - return( (void *) 1 ) + return( (void *) 1 ); } static void null_ctx_free( void *ctx )