diff options
Diffstat (limited to 'src/lib/libcrypto/ecdh/ech_lib.c')
-rw-r--r-- | src/lib/libcrypto/ecdh/ech_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ecdh/ech_lib.c b/src/lib/libcrypto/ecdh/ech_lib.c index cc8edafa07..6caef5988f 100644 --- a/src/lib/libcrypto/ecdh/ech_lib.c +++ b/src/lib/libcrypto/ecdh/ech_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ech_lib.c,v 1.14 2018/04/14 07:09:21 tb Exp $ */ | 1 | /* $OpenBSD: ech_lib.c,v 1.15 2022/11/26 16:08:52 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. | 3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
4 | * | 4 | * |
@@ -71,7 +71,7 @@ | |||
71 | 71 | ||
72 | #include <openssl/opensslconf.h> | 72 | #include <openssl/opensslconf.h> |
73 | 73 | ||
74 | #include "ech_locl.h" | 74 | #include "ech_local.h" |
75 | #ifndef OPENSSL_NO_ENGINE | 75 | #ifndef OPENSSL_NO_ENGINE |
76 | #include <openssl/engine.h> | 76 | #include <openssl/engine.h> |
77 | #endif | 77 | #endif |