thanks niklas@
*WARNING* - this breaks the patch used in the "ssl26" port - you'll
need to use the new minty ssl-intl port, coming right after this
unsigned char *buf=NULL;
BN_CTX *ctx=NULL;
+ BN_init(&f);
+ BN_init(&ret);
+
/* Body of this routine removed for OpenBSD - will return
* when the RSA patent expires
*/
unsigned char *buf=NULL;
BN_CTX *ctx=NULL;
+ BN_init(&f);
+ BN_init(&ret);
+
/* Body of this routine removed for OpenBSD - will return
* when the RSA patent expires
*/
unsigned char *buf=NULL;
BN_CTX *ctx=NULL;
+ BN_init(&f);
+ BN_init(&ret);
+
/* Body of this routine removed for OpenBSD - will return
* when the RSA patent expires
*/
{
BIGNUM r1,m1;
int ret=0;
- BN_CTX *ctx;
+ BN_CTX *ctx = NULL;
- if ((ctx=BN_CTX_new()) == NULL) goto err;
BN_init(&m1);
BN_init(&r1);
+ if ((ctx=BN_CTX_new()) == NULL) goto err;
/* Body of this routine removed for OpenBSD - will return
* when the RSA patent expires
unsigned char *buf=NULL;
BN_CTX *ctx=NULL;
+ BN_init(&f);
+ BN_init(&ret);
+
/* Body of this routine removed for OpenBSD - will return
* when the RSA patent expires
*/
unsigned char *buf=NULL;
BN_CTX *ctx=NULL;
+ BN_init(&f);
+ BN_init(&ret);
+
/* Body of this routine removed for OpenBSD - will return
* when the RSA patent expires
*/
unsigned char *buf=NULL;
BN_CTX *ctx=NULL;
+ BN_init(&f);
+ BN_init(&ret);
+
/* Body of this routine removed for OpenBSD - will return
* when the RSA patent expires
*/
{
BIGNUM r1,m1;
int ret=0;
- BN_CTX *ctx;
+ BN_CTX *ctx = NULL;
- if ((ctx=BN_CTX_new()) == NULL) goto err;
BN_init(&m1);
BN_init(&r1);
+ if ((ctx=BN_CTX_new()) == NULL) goto err;
/* Body of this routine removed for OpenBSD - will return
* when the RSA patent expires