summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ec/ec_check.c')
-rw-r--r--src/lib/libcrypto/ec/ec_check.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_check.c b/src/lib/libcrypto/ec/ec_check.c
index cc54ded3e7..5c6165e129 100644
--- a/src/lib/libcrypto/ec/ec_check.c
+++ b/src/lib/libcrypto/ec/ec_check.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_check.c,v 1.11 2022/11/19 07:29:29 tb Exp $ */ 1/* $OpenBSD: ec_check.c,v 1.12 2022/11/26 16:08:52 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -53,7 +53,7 @@
53 * 53 *
54 */ 54 */
55 55
56#include "ec_lcl.h" 56#include "ec_local.h"
57#include <openssl/err.h> 57#include <openssl/err.h>
58 58
59int 59int