diff options
| author | cvs2svn <admin@example.com> | 2016-07-23 19:31:37 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2016-07-23 19:31:37 +0000 |
| commit | f62463c2c218cf95320c8841ba552dc2c8ce4738 (patch) | |
| tree | e9a354a92a348338fe2b361e2eda703cae23cfab /src/lib/libcrypto/o_init.c | |
| parent | cd24674739573c5e6cb697331fb638ea66897f3d (diff) | |
| download | openbsd-libressl-v2.4.2.tar.gz openbsd-libressl-v2.4.2.tar.bz2 openbsd-libressl-v2.4.2.zip | |
This commit was manufactured by cvs2git to create branch 'OPENBSD_6_0'.libressl-v2.4.2
Diffstat (limited to '')
| -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 | } | ||
