The branch master has been updated
via 7db69a35f9d2c7ac8029de11115b18a57d341bf5 (commit)
from f050745fe69a538952f3e12af3718d19ef2df2e2 (commit)
- Log -----------------------------------------------------------------
commit 7db69a35f9d2c7ac8029de11115b18a57d341bf5
Author: Carlo Teubner <[email protected]>
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 <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/17303)
-----------------------------------------------------------------------
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>