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