Updated to OpenSSL 1.0.1f in Windows build

This commit is contained in:
Peter Olsson
2014-02-15 21:05:04 +01:00
parent b33d50c01e
commit 01e3eb458e
43 changed files with 3290 additions and 4120 deletions

View File

@@ -280,7 +280,7 @@ struct rsa_st
RSA * RSA_new(void);
RSA * RSA_new_method(ENGINE *engine);
int RSA_size(const RSA *);
int RSA_size(const RSA *rsa);
/* Deprecated version */
#ifndef OPENSSL_NO_DEPRECATED