summaryrefslogtreecommitdiff
path: root/lib/libcrypto/o_init.c
blob: 09c982098cd583b831012d58b7b78cd5afdbf9e7 (plain)
1
2
3
4
5
6
7
8
/* Ted Unangst places this file in the public domain. */
#include <crypto.h>

void
OPENSSL_init(void)
{

}