X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/bac41a7b9a0a9254fa30f8bb6e6038ab71a483e2..67c7378dcb8de24c86b7fedff90b4b496f2e474c:/AppleCSP/open_ssl/opensslUtils/opensslUtils.h?ds=sidebyside diff --git a/AppleCSP/open_ssl/opensslUtils/opensslUtils.h b/AppleCSP/open_ssl/opensslUtils/opensslUtils.h index 88c2c31e..7a12046a 100644 --- a/AppleCSP/open_ssl/opensslUtils/opensslUtils.h +++ b/AppleCSP/open_ssl/opensslUtils/opensslUtils.h @@ -46,6 +46,15 @@ private: unsigned long logSslErrInfo(const char *op); +void throwRsaDsa( + const char *op); + +/* + * given an openssl-style error, throw appropriate CssmError. + */ +void throwOpensslErr( + int irtn); + #ifdef __cplusplus }