blob: 2f819eac958115d674dee8526736d025766462d7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: o_init.c,v 1.8 2014/06/12 15:49:27 deraadt Exp $ */
/* Ted Unangst places this file in the public domain. */
#include <openssl/crypto.h>
void
OPENSSL_init(void)
{
}
|