Skip to content

Commit

Permalink
added NO_SIGNER_CERT_VERIFY and NOINTERN constants
Browse files Browse the repository at this point in the history
  • Loading branch information
mcr committed Feb 11, 2019
1 parent 4b69f05 commit a6712b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/openssl/ossl_cms.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ Init_ossl_cms(void)

#define DefCMSConst(x) rb_define_const(cCMS, #x, INT2NUM(CMS_##x))

DefCMSConst(NO_SIGNER_CERT_VERIFY);
DefCMSConst(NOINTERN);
DefCMSConst(TEXT);
DefCMSConst(NOCERTS);
DefCMSConst(DETACHED);
Expand Down

0 comments on commit a6712b7

Please sign in to comment.