Skip to content

Commit b22cc12

Browse files
add missing BN_CTX_init define
1 parent 33da20c commit b22cc12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfssl/openssl/bn.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ typedef WOLFSSL_BN_GENCB BN_GENCB;
216216

217217
#ifndef NO_WOLFSSL_BN_CTX
218218
#define BN_CTX_new wolfSSL_BN_CTX_new
219+
#define BN_CTX_init wolfSSL_BN_CTX_init
219220
#define BN_CTX_free wolfSSL_BN_CTX_free
220221
#else
221222
#define BN_CTX_new() ((BN_CTX*)-1)

0 commit comments

Comments
 (0)