packages feed

x509-system 1.4.3 → 1.4.4

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

System/X509/Win32.hs view
@@ -45,8 +45,8 @@             return $ decodeSignedObject b         process ty _ _ =             return $ Left ("windows certificate store: not supported type: " ++ show ty)-        pbCertEncodedPos = alignment (undefined :: Ptr (Ptr Bytes))-        cbCertEncoded    = pbCertEncodedPos + sizeOf (undefined :: Ptr (Ptr Bytes))+        pbCertEncodedPos = alignment (undefined :: Ptr (Ptr BYTE))+        cbCertEncodedPos = pbCertEncodedPos + sizeOf (undefined :: Ptr (Ptr BYTE))  getSystemCertificateStore :: IO CertificateStore getSystemCertificateStore = do
x509-system.cabal view
@@ -1,5 +1,5 @@ Name:                x509-system-Version:             1.4.3+Version:             1.4.4 Description:         System X.509 handling License:             BSD3 License-file:        LICENSE