Skip to content

Commit

Permalink
One more fix for OpenSSL 3.0 compilation error (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
vshabanov committed Dec 21, 2022
1 parent ac3ca14 commit 2062a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSSL/X509/Request.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ foreign import capi unsafe "openssl/x509.h X509_REQ_get_pubkey"
foreign import capi unsafe "openssl/x509.h X509_REQ_set_pubkey"
_set_pubkey :: Ptr X509_REQ -> Ptr EVP_PKEY -> IO CInt

foreign import capi unsafe "openssl/x509.h X509V3_EXT_nconf_nid"
foreign import capi unsafe "openssl/x509v3.h X509V3_EXT_nconf_nid"
_ext_create :: Ptr a -> Ptr b -> CInt -> CString -> IO (Ptr X509_EXT)

foreign import capi unsafe "openssl/x509.h X509_REQ_add_extensions"
Expand Down

0 comments on commit 2062a24

Please sign in to comment.