diff options
| author | tb <> | 2023-06-25 19:26:04 +0000 |
|---|---|---|
| committer | tb <> | 2023-06-25 19:26:04 +0000 |
| commit | 0497f3895ade6dcbddfa29af12e57ac2253aa196 (patch) | |
| tree | d0c1ead75b62cca0e1dbce88d0514ebbb5abd010 /src/lib/libcrypto/ec/ec_pmeth.c | |
| parent | 64c2d4286ade48ec45c5a7be40d88b4efacfc2ff (diff) | |
| download | openbsd-0497f3895ade6dcbddfa29af12e57ac2253aa196.tar.gz openbsd-0497f3895ade6dcbddfa29af12e57ac2253aa196.tar.bz2 openbsd-0497f3895ade6dcbddfa29af12e57ac2253aa196.zip | |
Stop including ech_local.h
Diffstat (limited to 'src/lib/libcrypto/ec/ec_pmeth.c')
| -rw-r--r-- | src/lib/libcrypto/ec/ec_pmeth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_pmeth.c b/src/lib/libcrypto/ec/ec_pmeth.c index d1bb52d9ed..7c94f80c7f 100644 --- a/src/lib/libcrypto/ec/ec_pmeth.c +++ b/src/lib/libcrypto/ec/ec_pmeth.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ec_pmeth.c,v 1.17 2023/04/25 15:48:48 tb Exp $ */ | 1 | /* $OpenBSD: ec_pmeth.c,v 1.18 2023/06/25 19:26:04 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2006. | 3 | * project 2006. |
| 4 | */ | 4 | */ |
| @@ -68,7 +68,6 @@ | |||
| 68 | 68 | ||
| 69 | #include "bn_local.h" | 69 | #include "bn_local.h" |
| 70 | #include "ec_local.h" | 70 | #include "ec_local.h" |
| 71 | #include "ech_local.h" | ||
| 72 | #include "evp_local.h" | 71 | #include "evp_local.h" |
| 73 | 72 | ||
| 74 | /* EC pkey context structure */ | 73 | /* EC pkey context structure */ |
