diff options
author | jsing <> | 2025-04-22 14:09:20 +0000 |
---|---|---|
committer | jsing <> | 2025-04-22 14:09:20 +0000 |
commit | 8ac56e1b38d1b0ee5e23bdd0bbc49c1ac677eb8c (patch) | |
tree | 7b29006cf6eb4081e6e45f20ddb57e9b703d8219 /src/lib/libcrypto | |
parent | e1a6c7f31c1e566500afb5cd7a7c4beea4eda540 (diff) | |
download | openbsd-8ac56e1b38d1b0ee5e23bdd0bbc49c1ac677eb8c.tar.gz openbsd-8ac56e1b38d1b0ee5e23bdd0bbc49c1ac677eb8c.tar.bz2 openbsd-8ac56e1b38d1b0ee5e23bdd0bbc49c1ac677eb8c.zip |
Mop up OPENSSL_FIPSAPI define.
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/modes/gcm128.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/modes/gcm128.c b/src/lib/libcrypto/modes/gcm128.c index 7f816b68c4..ff9f047ec7 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.28 2025/04/21 16:01:18 jsing Exp $ */ | 1 | /* $OpenBSD: gcm128.c,v 1.29 2025/04/22 14:09:20 jsing 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 | * |
@@ -48,8 +48,6 @@ | |||
48 | * ==================================================================== | 48 | * ==================================================================== |
49 | */ | 49 | */ |
50 | 50 | ||
51 | #define OPENSSL_FIPSAPI | ||
52 | |||
53 | #include <string.h> | 51 | #include <string.h> |
54 | 52 | ||
55 | #include <openssl/crypto.h> | 53 | #include <openssl/crypto.h> |