diff options
Diffstat (limited to 'src/regress/lib/libcrypto/gcm128/gcm128test.c')
| -rw-r--r-- | src/regress/lib/libcrypto/gcm128/gcm128test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/gcm128/gcm128test.c b/src/regress/lib/libcrypto/gcm128/gcm128test.c index 5ed8e0a714..57267b8dbf 100644 --- a/src/regress/lib/libcrypto/gcm128/gcm128test.c +++ b/src/regress/lib/libcrypto/gcm128/gcm128test.c | |||
| @@ -327,7 +327,8 @@ static const u8 IV20[64]={0xff,0xff,0xff,0xff}, /* this results in 0xff in count | |||
| 327 | ret++, printf ("decrypt test#%d failed.\n",n); \ | 327 | ret++, printf ("decrypt test#%d failed.\n",n); \ |
| 328 | } while(0) | 328 | } while(0) |
| 329 | 329 | ||
| 330 | int main() | 330 | int |
| 331 | main(int argc, char **argv) | ||
| 331 | { | 332 | { |
| 332 | GCM128_CONTEXT ctx; | 333 | GCM128_CONTEXT ctx; |
| 333 | AES_KEY key; | 334 | AES_KEY key; |
