diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/md4/md4.c | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/md5/md5.c | 5 |
2 files changed, 3 insertions, 8 deletions
diff --git a/src/lib/libcrypto/md4/md4.c b/src/lib/libcrypto/md4/md4.c index d05d5ace0d..12e3ac71d4 100644 --- a/src/lib/libcrypto/md4/md4.c +++ b/src/lib/libcrypto/md4/md4.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: md4.c,v 1.6 2023/08/10 07:15:23 jsing Exp $ */ | 1 | /* $OpenBSD: md4.c,v 1.7 2023/08/10 13:41:56 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,11 +57,9 @@ | |||
| 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> |
| 66 | #include <openssl/md4.h> | 64 | #include <openssl/md4.h> |
| 67 | 65 | ||
diff --git a/src/lib/libcrypto/md5/md5.c b/src/lib/libcrypto/md5/md5.c index ea8d179175..7f6535506c 100644 --- a/src/lib/libcrypto/md5/md5.c +++ b/src/lib/libcrypto/md5/md5.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: md5.c,v 1.7 2023/08/10 07:15:23 jsing Exp $ */ | 1 | /* $OpenBSD: md5.c,v 1.8 2023/08/10 13:41:18 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,9 +57,6 @@ | |||
| 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> |
| 65 | 62 | ||
