]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
crypto/dsa.h: fix include guard name
authorCarlo Teubner <435950+c4rlo@users.noreply.github.com>
Fri, 17 Dec 2021 10:57:46 +0000 (10:57 +0000)
committerPauli <pauli@openssl.org>
Sun, 19 Dec 2021 23:59:02 +0000 (10:59 +1100)
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)

include/crypto/dsa.h

index eedbd8c7d1049e1be52e7fa219f75062c05eadde..e6b879b27ba24a8ee558e6734a01c49caecbb2c7 100644 (file)
@@ -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>