more libressl fixes
This commit is contained in:
parent
5f1eef04a3
commit
982c6daee1
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-DSA_xs,v 1.6 2018/02/18 20:24:16 sthen Exp $
|
||||
Index: DSA.xs
|
||||
--- DSA.xs.orig
|
||||
+++ DSA.xs
|
||||
@@ -86,7 +86,9 @@ static int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNU
|
||||
|
||||
return 1;
|
||||
}
|
||||
+#endif
|
||||
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
||||
static void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr,
|
||||
const BIGNUM **ps)
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user