summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa/ecs_ossl.c
diff options
context:
space:
mode:
authortb <>2023-07-05 11:37:46 +0000
committertb <>2023-07-05 11:37:46 +0000
commit5c9a378ebd2bf3edf45466e286a087ac83670ea3 (patch)
tree40771c395291cfdea4a7e3db5d03cfe53e864a1a /src/lib/libcrypto/ecdsa/ecs_ossl.c
parent197c9837c4e0a57a9dba842eeadbcbd95ce5c446 (diff)
downloadopenbsd-5c9a378ebd2bf3edf45466e286a087ac83670ea3.tar.gz
openbsd-5c9a378ebd2bf3edf45466e286a087ac83670ea3.tar.bz2
openbsd-5c9a378ebd2bf3edf45466e286a087ac83670ea3.zip
Rename ecs_local.h into ecdsa_local.h
Diffstat (limited to 'src/lib/libcrypto/ecdsa/ecs_ossl.c')
-rw-r--r--src/lib/libcrypto/ecdsa/ecs_ossl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecs_ossl.c b/src/lib/libcrypto/ecdsa/ecs_ossl.c
index 223cc655da..9886852e0f 100644
--- a/src/lib/libcrypto/ecdsa/ecs_ossl.c
+++ b/src/lib/libcrypto/ecdsa/ecs_ossl.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecs_ossl.c,v 1.72 2023/07/05 08:39:40 tb Exp $ */ 1/* $OpenBSD: ecs_ossl.c,v 1.73 2023/07/05 11:37:46 tb Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project 3 * Written by Nils Larsch for the OpenSSL project
4 */ 4 */
@@ -67,7 +67,7 @@
67 67
68#include "bn_local.h" 68#include "bn_local.h"
69#include "ec_local.h" 69#include "ec_local.h"
70#include "ecs_local.h" 70#include "ecdsa_local.h"
71 71
72/* 72/*
73 * FIPS 186-5, section 6.4.1, step 2: convert hashed message into an integer. 73 * FIPS 186-5, section 6.4.1, step 2: convert hashed message into an integer.