summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_init.c
diff options
context:
space:
mode:
authorderaadt <>2014-05-31 23:33:33 +0000
committerderaadt <>2014-05-31 23:33:33 +0000
commita7b63ccb9e17cfaf899ee299d155908a5a86d31b (patch)
treef7562035cf913e40338865be267d6c4586ce01e4 /src/lib/libcrypto/o_init.c
parent6a102b409397d1b56bb84761cb9ee1dc2e9d4064 (diff)
downloadopenbsd-a7b63ccb9e17cfaf899ee299d155908a5a86d31b.tar.gz
openbsd-a7b63ccb9e17cfaf899ee299d155908a5a86d31b.tar.bz2
openbsd-a7b63ccb9e17cfaf899ee299d155908a5a86d31b.zip
Get the public headers from the official place with <openssl/ >
from Brent Cook
Diffstat (limited to 'src/lib/libcrypto/o_init.c')
-rw-r--r--src/lib/libcrypto/o_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/o_init.c b/src/lib/libcrypto/o_init.c
index 09c982098c..89c708752c 100644
--- a/src/lib/libcrypto/o_init.c
+++ b/src/lib/libcrypto/o_init.c
@@ -1,5 +1,6 @@
1/* Ted Unangst places this file in the public domain. */ 1/* Ted Unangst places this file in the public domain. */
2#include <crypto.h> 2
3#include <openssl/crypto.h>
3 4
4void 5void
5OPENSSL_init(void) 6OPENSSL_init(void)