diff options
Diffstat (limited to 'src/lib/libcrypto/mdc2/mdc2_one.c')
| -rw-r--r-- | src/lib/libcrypto/mdc2/mdc2_one.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/mdc2/mdc2_one.c b/src/lib/libcrypto/mdc2/mdc2_one.c index 6740d00925..8f922b1c7d 100644 --- a/src/lib/libcrypto/mdc2/mdc2_one.c +++ b/src/lib/libcrypto/mdc2/mdc2_one.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: mdc2_one.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */ | 1 | /* $OpenBSD: mdc2_one.c,v 1.4 2014/07/11 08:44:49 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,7 +57,8 @@ | |||
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include "cryptlib.h" | 60 | |
| 61 | #include <openssl/crypto.h> | ||
| 61 | #include <openssl/mdc2.h> | 62 | #include <openssl/mdc2.h> |
| 62 | 63 | ||
| 63 | unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md) | 64 | unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md) |
