krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
920 stars 340 forks source link

I want to put nil in PKCS7_verify() #118

Closed tessy0901 closed 3 years ago

tessy0901 commented 3 years ago

Hi. I have a question about PKCS7_verify() When I try to store nil in the flags of PKCS7_verify, I get the error message Cannot convert value of type 'NSNull.Type' to expected argument type 'Int32'. Cannot convert value of type 'NSNull.

Is it possible to put nil (or null) in flags?