summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCarlo Teubner <435950+c4rlo@users.noreply.github.com>2021-12-17 10:57:46 +0000
committerPauli <pauli@openssl.org>2021-12-20 10:59:27 +1100
commita666c647c1f96c510e83a5becd8031d940b421fe (patch)
treeb08c218a67015842764905e6e7300b3c53e767dc /include
parentfb88450626e313e16e6f3488e369d29d5be8375f (diff)
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@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17303) (cherry picked from commit 7db69a35f9d2c7ac8029de11115b18a57d341bf5)
Diffstat (limited to 'include')
-rw-r--r--include/crypto/dsa.h4
1 files 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>