diff options
| author | cvs2svn <admin@example.com> | 2016-02-17 13:06:55 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2016-02-17 13:06:55 +0000 |
| commit | c192600fadb763f0d8645c69f309093e3709f18c (patch) | |
| tree | 08143097e3002b54011466dc39d5056a2eac3234 /src/lib/libcrypto/o_init.c | |
| parent | 5e028a458eda039db3f8d1a098b2934bd6d466e4 (diff) | |
| download | openbsd-OPENBSD_5_9_BASE.tar.gz openbsd-OPENBSD_5_9_BASE.tar.bz2 openbsd-OPENBSD_5_9_BASE.zip | |
This commit was manufactured by cvs2git to create tag 'OPENBSD_5_9_BASE'.OPENBSD_5_9_BASE
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 | } | ||
