diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/cryptlib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/cryptlib.c index df2b9f6a55..653b9ec8b9 100644 --- a/src/lib/libcrypto/cryptlib.c +++ b/src/lib/libcrypto/cryptlib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: cryptlib.c,v 1.59 2024/11/02 08:56:44 tb Exp $ */ | 1 | /* $OpenBSD: cryptlib.c,v 1.60 2024/11/04 17:07:03 tb Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -126,7 +126,6 @@ | |||
| 126 | 126 | ||
| 127 | #include "cryptlib.h" | 127 | #include "cryptlib.h" |
| 128 | #include "crypto_internal.h" | 128 | #include "crypto_internal.h" |
| 129 | #include "crypto_local.h" | ||
| 130 | #include "x86_arch.h" | 129 | #include "x86_arch.h" |
| 131 | 130 | ||
| 132 | /* Machine independent capabilities. */ | 131 | /* Machine independent capabilities. */ |
