diff options
Diffstat (limited to 'src/lib/libcrypto/modes/gcm128.c')
-rw-r--r-- | src/lib/libcrypto/modes/gcm128.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/modes/gcm128.c b/src/lib/libcrypto/modes/gcm128.c index 74362e6adc..36aac413c3 100644 --- a/src/lib/libcrypto/modes/gcm128.c +++ b/src/lib/libcrypto/modes/gcm128.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gcm128.c,v 1.22 2018/01/24 23:03:37 kettenis Exp $ */ | 1 | /* $OpenBSD: gcm128.c,v 1.23 2022/11/26 16:08:53 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2010 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2010 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -51,7 +51,7 @@ | |||
51 | #define OPENSSL_FIPSAPI | 51 | #define OPENSSL_FIPSAPI |
52 | 52 | ||
53 | #include <openssl/crypto.h> | 53 | #include <openssl/crypto.h> |
54 | #include "modes_lcl.h" | 54 | #include "modes_local.h" |
55 | #include <string.h> | 55 | #include <string.h> |
56 | 56 | ||
57 | #ifndef MODES_DEBUG | 57 | #ifndef MODES_DEBUG |