xref: /dflybsd-src/crypto/libressl/crypto/o_init.c (revision 72c3367655e64985522b7a48ddfab613e869dc68)
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
OPENSSL_init(void)7 OPENSSL_init(void)
8 {
9 
10 }
11