public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: Remove unused prototype.
@ 2026-06-09 12:43 Tomas Mraz
  0 siblings, 0 replies; only message in thread
From: Tomas Mraz @ 2026-06-09 12:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/openssl
Branch : rebase_40beta
Commit : 648a4e2db0b8e70d2e1b2bdca7ab704d71716ee4
Author : Tomas Mraz <tmraz@fedoraproject.org>
Date   : 2016-11-04T15:36:21+01:00
Stats  : +5/-20 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openssl/c/648a4e2db0b8e70d2e1b2bdca7ab704d71716ee4?branch=rebase_40beta

Log:
Remove unused prototype.

---
diff --git a/openssl-1.1.0-fips.patch b/openssl-1.1.0-fips.patch
index 805ee5b..8fa2880 100644
--- a/openssl-1.1.0-fips.patch
+++ b/openssl-1.1.0-fips.patch
@@ -11530,9 +11530,9 @@ diff -up openssl-1.1.0/include/openssl/dh.h.fips openssl-1.1.0/include/openssl/d
  # define DH_R_PARAMETER_ENCODING_ERROR                    105
  # define DH_R_PEER_KEY_ERROR                              111
  # define DH_R_SHARED_INFO_ERROR                           113
-diff -up openssl-1.1.0/include/openssl/dsa.h.fips openssl-1.1.0/include/openssl/dsa.h
---- openssl-1.1.0/include/openssl/dsa.h.fips	2016-08-25 17:29:22.000000000 +0200
-+++ openssl-1.1.0/include/openssl/dsa.h	2016-09-08 11:37:38.746460186 +0200
+diff -up openssl-1.1.0b/include/openssl/dsa.h.fips openssl-1.1.0b/include/openssl/dsa.h
+--- openssl-1.1.0b/include/openssl/dsa.h.fips	2016-09-26 11:46:07.000000000 +0200
++++ openssl-1.1.0b/include/openssl/dsa.h	2016-11-04 15:34:25.224751847 +0100
 @@ -36,6 +36,7 @@ extern "C" {
  # endif
  
@@ -11553,22 +11553,7 @@ diff -up openssl-1.1.0/include/openssl/dsa.h.fips openssl-1.1.0/include/openssl/
   * Rabin-Miller
   */
  # define DSA_is_prime(n, callback, cb_arg) \
-@@ -162,6 +163,14 @@ int DSA_print_fp(FILE *bp, const DSA *x,
- DH *DSA_dup_DH(const DSA *r);
- # endif
- 
-+# ifdef OPENSSL_FIPS
-+int FIPS_dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits,
-+                              const EVP_MD *evpmd,
-+                              const unsigned char *seed_in,
-+                              size_t seed_len, int *counter_ret,
-+                              unsigned long *h_ret, BN_GENCB *cb);
-+# endif
-+
- # define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \
-         EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
-                                 EVP_PKEY_CTRL_DSA_PARAMGEN_BITS, nbits, NULL)
-@@ -241,8 +250,11 @@ int ERR_load_DSA_strings(void);
+@@ -241,8 +242,11 @@ int ERR_load_DSA_strings(void);
  /* Function codes. */
  # define DSA_F_DSAPARAMS_PRINT                            100
  # define DSA_F_DSAPARAMS_PRINT_FP                         101
@@ -11580,7 +11565,7 @@ diff -up openssl-1.1.0/include/openssl/dsa.h.fips openssl-1.1.0/include/openssl/
  # define DSA_F_DSA_DO_SIGN                                112
  # define DSA_F_DSA_DO_VERIFY                              113
  # define DSA_F_DSA_METH_DUP                               127
-@@ -269,9 +281,12 @@ int ERR_load_DSA_strings(void);
+@@ -269,9 +273,12 @@ int ERR_load_DSA_strings(void);
  # define DSA_R_DECODE_ERROR                               104
  # define DSA_R_INVALID_DIGEST_TYPE                        106
  # define DSA_R_INVALID_PARAMETERS                         112

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 12:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:43 [rpms/openssl] rebase_40beta: Remove unused prototype Tomas Mraz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox