summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_init.c
blob: 89c708752cc1aa611affeae765662cd30ea96a74 (plain)
1
2
3
4
5
6
7
8
9
/* Ted Unangst places this file in the public domain. */

#include <openssl/crypto.h>

void
OPENSSL_init(void)
{

}