[openssl] openssl-3.0 update

Dr. Paul Dale pauli at openssl.org
Sun Dec 19 23:59:37 UTC 2021


The branch openssl-3.0 has been updated
       via  a666c647c1f96c510e83a5becd8031d940b421fe (commit)
      from  fb88450626e313e16e6f3488e369d29d5be8375f (commit)


- Log -----------------------------------------------------------------
commit a666c647c1f96c510e83a5becd8031d940b421fe
Author: Carlo Teubner <435950+c4rlo at users.noreply.github.com>
Date:   Fri Dec 17 10:57:46 2021 +0000

    crypto/dsa.h: fix include guard name
    
    The current include guard name is a duplicate of the one in dsaerr.h.
    
    Noticed via https://lgtm.com/projects/g/openssl/openssl
    
    CLA: trivial
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17303)
    
    (cherry picked from commit 7db69a35f9d2c7ac8029de11115b18a57d341bf5)

-----------------------------------------------------------------------

Summary of changes:
 include/crypto/dsa.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/crypto/dsa.h b/include/crypto/dsa.h
index eedbd8c7d1..e6b879b27b 100644
--- a/include/crypto/dsa.h
+++ b/include/crypto/dsa.h
@@ -7,8 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#ifndef OSSL_CRYPTO_DSAERR_H
-# define OSSL_CRYPTO_DSAERR_H
+#ifndef OSSL_CRYPTO_DSA_H
+# define OSSL_CRYPTO_DSA_H
 # pragma once
 
 # include <openssl/core.h>


More information about the openssl-commits mailing list