summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ecdsa')
-rw-r--r--src/lib/libcrypto/ecdsa/ecs_local.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecs_local.h b/src/lib/libcrypto/ecdsa/ecs_local.h
index 69794dfefb..5cdf264557 100644
--- a/src/lib/libcrypto/ecdsa/ecs_local.h
+++ b/src/lib/libcrypto/ecdsa/ecs_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecs_local.h,v 1.1 2022/11/26 16:08:52 tb Exp $ */ 1/* $OpenBSD: ecs_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project 3 * Written by Nils Larsch for the OpenSSL project
4 */ 4 */
@@ -56,8 +56,8 @@
56 * 56 *
57 */ 57 */
58 58
59#ifndef HEADER_ECS_LOCL_H 59#ifndef HEADER_ECS_LOCAL_H
60#define HEADER_ECS_LOCL_H 60#define HEADER_ECS_LOCAL_H
61 61
62#include <openssl/ecdsa.h> 62#include <openssl/ecdsa.h>
63 63
@@ -96,4 +96,4 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len,
96 96
97__END_HIDDEN_DECLS 97__END_HIDDEN_DECLS
98 98
99#endif /* HEADER_ECS_LOCL_H */ 99#endif /* !HEADER_ECS_LOCAL_H */