Provisional support for auto called OPENSSL_init() function. This can be
authorDr. Stephen Henson <steve@openssl.org>
Fri, 1 Apr 2011 14:49:30 +0000 (14:49 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 1 Apr 2011 14:49:30 +0000 (14:49 +0000)
commit3f7468318dc56f34e1c5e98049b70558fea586b0
treeeb68b679d96b456c0fd11f5d5c8e176c9d86e8e7
parent011c865640fb6edd3e810326a2c331b29759e87d
Provisional support for auto called OPENSSL_init() function. This can be
used to set up any appropriate functions such as FIPS callbacks without
requiring an explicit application call.
crypto/Makefile
crypto/crypto.h
crypto/o_init.c [new file with mode: 0644]