repo.or.cz
/
unleashed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Unleashed v1.4
[unleashed.git]
/
lib
/
libcrypto
/
o_init.c
blob
2f819eac958115d674dee8526736d025766462d7
1
/* $OpenBSD: o_init.c,v 1.8 2014/06/12 15:49:27 deraadt Exp $ */
2
/* Ted Unangst places this file in the public domain. */
3
4
#include <openssl/crypto.h>
5
6
void
7
OPENSSL_init
(
void
)
8
{
9
10
}