diff --git a/src/lib/crypto/bn.h b/src/lib/crypto/bn.h index c82e5a87f..93a794694 100644 --- a/src/lib/crypto/bn.h +++ b/src/lib/crypto/bn.h @@ -291,7 +291,7 @@ class Ctx { EVP_PKEY_CTX *ctx_; public: - Ctx() : ctx_(NULL){}; + Ctx(EVP_PKEY_CTX *val = NULL) : ctx_(val){}; Ctx(int id) {