mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 13:18:24 -05:00
11 lines
181 B
C
Executable File
11 lines
181 B
C
Executable File
/* $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)
|
|
{
|
|
|
|
}
|