diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_null.c')
-rw-r--r-- | src/lib/libcrypto/evp/e_null.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/e_null.c b/src/lib/libcrypto/evp/e_null.c index be46c1ccac..bcb8a1e560 100644 --- a/src/lib/libcrypto/evp/e_null.c +++ b/src/lib/libcrypto/evp/e_null.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: e_null.c,v 1.20 2024/01/07 15:42:57 tb Exp $ */ | 1 | /* $OpenBSD: e_null.c,v 1.21 2024/04/09 13:52:41 beck Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -89,6 +89,7 @@ EVP_enc_null(void) | |||
89 | { | 89 | { |
90 | return (&n_cipher); | 90 | return (&n_cipher); |
91 | } | 91 | } |
92 | LCRYPTO_ALIAS(EVP_enc_null); | ||
92 | 93 | ||
93 | static int | 94 | static int |
94 | null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, | 95 | null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, |