summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp/e_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/evp/e_null.c')
-rw-r--r--lib/libcrypto/evp/e_null.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/evp/e_null.c b/lib/libcrypto/evp/e_null.c
index ddd633dc7cd..3daadb1479b 100644
--- a/lib/libcrypto/evp/e_null.c
+++ b/lib/libcrypto/evp/e_null.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: e_null.c,v 1.16 2022/11/26 16:08:52 tb Exp $ */
+/* $OpenBSD: e_null.c,v 1.17 2023/07/07 13:54:45 beck Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -88,6 +88,7 @@ EVP_enc_null(void)
{
return (&n_cipher);
}
+LCRYPTO_ALIAS(EVP_enc_null);
static int
null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,