vendor/LIBRESSL: Import LibreSSL 3.6.1
[dragonfly.git] / crypto / libressl / crypto / o_init.c
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 }