xref: /dragonfly/crypto/libressl/crypto/o_init.c (revision f5b1c8a1)
1 /* $OpenBSD$ */
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 }
11