Loading crypto/rsa/rsa.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -213,12 +213,12 @@ int RSA_set_method(RSA *rsa, struct engine_st *engine); int RSA_memory_lock(RSA *r); int RSA_memory_lock(RSA *r); /* If you have RSAref compiled in. */ /* If you have RSAref compiled in. */ RSA_METHOD *RSA_PKCS1_RSAref(void); const RSA_METHOD *RSA_PKCS1_RSAref(void); /* these are the actual SSLeay RSA functions */ /* these are the actual SSLeay RSA functions */ RSA_METHOD *RSA_PKCS1_SSLeay(void); const RSA_METHOD *RSA_PKCS1_SSLeay(void); RSA_METHOD *RSA_null_method(void); const RSA_METHOD *RSA_null_method(void); void ERR_load_RSA_strings(void ); void ERR_load_RSA_strings(void ); Loading crypto/rsa/rsa_eay.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -90,7 +90,7 @@ static RSA_METHOD rsa_pkcs1_eay_meth={ NULL, NULL, }; }; RSA_METHOD *RSA_PKCS1_SSLeay(void) const RSA_METHOD *RSA_PKCS1_SSLeay(void) { { return(&rsa_pkcs1_eay_meth); return(&rsa_pkcs1_eay_meth); } } Loading crypto/rsa/rsa_null.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -96,7 +96,7 @@ static RSA_METHOD rsa_null_meth={ NULL, NULL, }; }; RSA_METHOD *RSA_null_method(void) const RSA_METHOD *RSA_null_method(void) { { return(&rsa_null_meth); return(&rsa_null_meth); } } Loading rsaref/rsaref.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -96,7 +96,7 @@ static RSA_METHOD rsa_pkcs1_ref_meth={ NULL, NULL, }; }; RSA_METHOD *RSA_PKCS1_RSAref(void) const RSA_METHOD *RSA_PKCS1_RSAref(void) { { return(&rsa_pkcs1_ref_meth); return(&rsa_pkcs1_ref_meth); } } Loading rsaref/rsaref.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -137,7 +137,7 @@ int R_RandomUpdate(RSARandomState *rnd, int R_RandomFinal(RSARandomState *rnd); int R_RandomFinal(RSARandomState *rnd); void ERR_load_RSAREF_strings(void ); void ERR_load_RSAREF_strings(void ); RSA_METHOD *RSA_PKCS1_RSAref(void ); const RSA_METHOD *RSA_PKCS1_RSAref(void ); #ifdef __cplusplus #ifdef __cplusplus } } Loading Loading
crypto/rsa/rsa.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -213,12 +213,12 @@ int RSA_set_method(RSA *rsa, struct engine_st *engine); int RSA_memory_lock(RSA *r); int RSA_memory_lock(RSA *r); /* If you have RSAref compiled in. */ /* If you have RSAref compiled in. */ RSA_METHOD *RSA_PKCS1_RSAref(void); const RSA_METHOD *RSA_PKCS1_RSAref(void); /* these are the actual SSLeay RSA functions */ /* these are the actual SSLeay RSA functions */ RSA_METHOD *RSA_PKCS1_SSLeay(void); const RSA_METHOD *RSA_PKCS1_SSLeay(void); RSA_METHOD *RSA_null_method(void); const RSA_METHOD *RSA_null_method(void); void ERR_load_RSA_strings(void ); void ERR_load_RSA_strings(void ); Loading
crypto/rsa/rsa_eay.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -90,7 +90,7 @@ static RSA_METHOD rsa_pkcs1_eay_meth={ NULL, NULL, }; }; RSA_METHOD *RSA_PKCS1_SSLeay(void) const RSA_METHOD *RSA_PKCS1_SSLeay(void) { { return(&rsa_pkcs1_eay_meth); return(&rsa_pkcs1_eay_meth); } } Loading
crypto/rsa/rsa_null.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -96,7 +96,7 @@ static RSA_METHOD rsa_null_meth={ NULL, NULL, }; }; RSA_METHOD *RSA_null_method(void) const RSA_METHOD *RSA_null_method(void) { { return(&rsa_null_meth); return(&rsa_null_meth); } } Loading
rsaref/rsaref.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -96,7 +96,7 @@ static RSA_METHOD rsa_pkcs1_ref_meth={ NULL, NULL, }; }; RSA_METHOD *RSA_PKCS1_RSAref(void) const RSA_METHOD *RSA_PKCS1_RSAref(void) { { return(&rsa_pkcs1_ref_meth); return(&rsa_pkcs1_ref_meth); } } Loading
rsaref/rsaref.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -137,7 +137,7 @@ int R_RandomUpdate(RSARandomState *rnd, int R_RandomFinal(RSARandomState *rnd); int R_RandomFinal(RSARandomState *rnd); void ERR_load_RSAREF_strings(void ); void ERR_load_RSAREF_strings(void ); RSA_METHOD *RSA_PKCS1_RSAref(void ); const RSA_METHOD *RSA_PKCS1_RSAref(void ); #ifdef __cplusplus #ifdef __cplusplus } } Loading