Skip to content

Commit

Permalink
Fix wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Nov 17, 2024
1 parent 9972546 commit 331f3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/crypto/bn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 331f3fd

Please sign in to comment.