diff options
| author | tb <> | 2024-03-19 19:27:33 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-19 19:27:33 +0000 |
| commit | 9a77df2dd8ab32511f481fa1e883757c51c47f6a (patch) | |
| tree | 81b7735680c6a6452faad5a3f6ce3ca6ff103976 /src/lib/libcrypto/o_init.c | |
| parent | 7aa7b142dc845410b8d60c60402701d03f40c975 (diff) | |
| download | openbsd-9a77df2dd8ab32511f481fa1e883757c51c47f6a.tar.gz openbsd-9a77df2dd8ab32511f481fa1e883757c51c47f6a.tar.bz2 openbsd-9a77df2dd8ab32511f481fa1e883757c51c47f6a.zip | |
Move the OPENSSL_init() stub from o_init.c to crypto_init.c
Diffstat (limited to 'src/lib/libcrypto/o_init.c')
| -rw-r--r-- | src/lib/libcrypto/o_init.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libcrypto/o_init.c b/src/lib/libcrypto/o_init.c deleted file mode 100644 index 2f819eac95..0000000000 --- a/src/lib/libcrypto/o_init.c +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | /* $OpenBSD: o_init.c,v 1.8 2014/06/12 15:49:27 deraadt Exp $ */ | ||
| 2 | /* Ted Unangst places this file in the public domain. */ | ||
| 3 | |||
| 4 | #include <openssl/crypto.h> | ||
| 5 | |||
| 6 | void | ||
| 7 | OPENSSL_init(void) | ||
| 8 | { | ||
| 9 | |||
| 10 | } | ||
