Skip to content

Commit 84b51cd

Browse files
committed
added NO_SIGNER_CERT_VERIFY and NOINTERN constants
1 parent 533adb2 commit 84b51cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/openssl/ossl_cms.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ Init_ossl_cms(void)
487487

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

490+
DefCMSConst(NO_SIGNER_CERT_VERIFY);
491+
DefCMSConst(NOINTERN);
490492
DefCMSConst(TEXT);
491493
DefCMSConst(NOCERTS);
492494
DefCMSConst(DETACHED);

0 commit comments

Comments
 (0)