diff options
Diffstat (limited to 'src/lib/libcrypto/dso/dso_null.c')
-rw-r--r-- | src/lib/libcrypto/dso/dso_null.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dso/dso_null.c b/src/lib/libcrypto/dso/dso_null.c index a3dc0ec1ff..dfe6a84442 100644 --- a/src/lib/libcrypto/dso/dso_null.c +++ b/src/lib/libcrypto/dso/dso_null.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dso_null.c,v 1.7 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: dso_null.c,v 1.8 2023/07/08 07:22:58 beck Exp $ */ |
2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL | 2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -72,3 +72,4 @@ DSO_METHOD_null(void) | |||
72 | { | 72 | { |
73 | return (&dso_meth_null); | 73 | return (&dso_meth_null); |
74 | } | 74 | } |
75 | LCRYPTO_ALIAS(DSO_METHOD_null); | ||