summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsing <>2025-04-22 14:09:20 +0000
committerjsing <>2025-04-22 14:09:20 +0000
commitfc19b6b60b2fc471fedda6057b5e1e5c20ccb6b8 (patch)
tree7b29006cf6eb4081e6e45f20ddb57e9b703d8219 /src/lib
parent18eaab4606e6e48d98c069e3754d92fe0beb365e (diff)
downloadopenbsd-fc19b6b60b2fc471fedda6057b5e1e5c20ccb6b8.tar.gz
openbsd-fc19b6b60b2fc471fedda6057b5e1e5c20ccb6b8.tar.bz2
openbsd-fc19b6b60b2fc471fedda6057b5e1e5c20ccb6b8.zip
Mop up OPENSSL_FIPSAPI define.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/modes/gcm128.c4
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>