summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa/ecs_asn1.c
diff options
context:
space:
mode:
authortb <>2023-07-05 11:37:46 +0000
committertb <>2023-07-05 11:37:46 +0000
commita71fe1d5846a4f1db4c2478c65f65ca026866e81 (patch)
tree40771c395291cfdea4a7e3db5d03cfe53e864a1a /src/lib/libcrypto/ecdsa/ecs_asn1.c
parentf08e8cf436b1c377b749ee710ef28d9dacc22367 (diff)
downloadopenbsd-a71fe1d5846a4f1db4c2478c65f65ca026866e81.tar.gz
openbsd-a71fe1d5846a4f1db4c2478c65f65ca026866e81.tar.bz2
openbsd-a71fe1d5846a4f1db4c2478c65f65ca026866e81.zip
Rename ecs_local.h into ecdsa_local.h
Diffstat (limited to 'src/lib/libcrypto/ecdsa/ecs_asn1.c')
-rw-r--r--src/lib/libcrypto/ecdsa/ecs_asn1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecs_asn1.c b/src/lib/libcrypto/ecdsa/ecs_asn1.c
index 916220f97d..9e3506cd51 100644
--- a/src/lib/libcrypto/ecdsa/ecs_asn1.c
+++ b/src/lib/libcrypto/ecdsa/ecs_asn1.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecs_asn1.c,v 1.14 2023/03/25 09:09:28 tb Exp $ */ 1/* $OpenBSD: ecs_asn1.c,v 1.15 2023/07/05 11:37:46 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -57,7 +57,7 @@
57#include <openssl/bn.h> 57#include <openssl/bn.h>
58#include <openssl/err.h> 58#include <openssl/err.h>
59 59
60#include "ecs_local.h" 60#include "ecdsa_local.h"
61 61
62static const ASN1_TEMPLATE ECDSA_SIG_seq_tt[] = { 62static const ASN1_TEMPLATE ECDSA_SIG_seq_tt[] = {
63 { 63 {