diff options
author | jsing <> | 2023-08-10 13:41:56 +0000 |
---|---|---|
committer | jsing <> | 2023-08-10 13:41:56 +0000 |
commit | acca1f680e2133c5b3d31a35abe934eeff3197d8 (patch) | |
tree | c93ad4d094ec1e0fe0a33a9d937055770e8af21f /src | |
parent | 54037ab22b98d9ba49b187256b41fbe78bc9aae9 (diff) | |
download | openbsd-acca1f680e2133c5b3d31a35abe934eeff3197d8.tar.gz openbsd-acca1f680e2133c5b3d31a35abe934eeff3197d8.tar.bz2 openbsd-acca1f680e2133c5b3d31a35abe934eeff3197d8.zip |
Tidy includes.
Diffstat (limited to 'src')
-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 | ||