mirror of
https://github.com/azahar-emu/ext-libressl-portable
synced 2025-11-06 15:10:06 +01:00
11 lines
181 B
C
11 lines
181 B
C
/* $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)
|
|
{
|
|
|
|
}
|