diff options
-rw-r--r-- | src/lib/libcrypto/ripemd/ripemd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ripemd/ripemd.c b/src/lib/libcrypto/ripemd/ripemd.c index 6bf8b61893..b05a63419b 100644 --- a/src/lib/libcrypto/ripemd/ripemd.c +++ b/src/lib/libcrypto/ripemd/ripemd.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ripemd.c,v 1.10 2024/03/28 05:16:11 jsing Exp $ */ | 1 | /* $OpenBSD: ripemd.c,v 1.11 2024/03/28 05:21:20 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -57,12 +57,12 @@ | |||
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | #include <openssl/opensslv.h> | ||
61 | #include <openssl/crypto.h> | ||
62 | |||
63 | #include <stdlib.h> | 60 | #include <stdlib.h> |
64 | #include <string.h> | 61 | #include <string.h> |
62 | |||
65 | #include <openssl/opensslconf.h> | 63 | #include <openssl/opensslconf.h> |
64 | |||
65 | #include <openssl/crypto.h> | ||
66 | #include <openssl/ripemd.h> | 66 | #include <openssl/ripemd.h> |
67 | 67 | ||
68 | /* | 68 | /* |