File 0003-Missing-function-declarations.patch of Package openssl

diff --git a/crypto/fips/fips_standalone_hmac.c b/crypto/fips/fips_standalone_hmac.c
index bcbcf8f..5340665 100644
--- a/crypto/fips/fips_standalone_hmac.c
+++ b/crypto/fips/fips_standalone_hmac.c
@@ -59,6 +59,11 @@ int FIPS_selftest_failed() { return 0; }
 void FIPS_selftest_check() {}
 #endif
 
+#ifdef OPENSSL_FIPS
+int bn_mul_mont_fpu64(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) { return 0; };
+int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) { return 0; };
+#endif
+
 #if	defined(__i386)   || defined(__i386__)   || defined(_M_IX86) || \
 	defined(__INTEL__) || \
 	defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD64) || defined(_M_X64)
openSUSE Build Service is sponsored by