diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-01-17 18:00:40 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-01-17 18:00:40 +1100 |
commit | 1357d71d7b6d269969520aaa3e84d312ec971d5b (patch) | |
tree | 0e56e76f1bb812d0960a77d762ade2a55afc617b /openbsd-compat/openssl-compat.c | |
parent | d23a91ffb289d3553a58b7a60cec39fba9f0f506 (diff) |
- (dtucker) Fix typo in #ifndef.
Diffstat (limited to 'openbsd-compat/openssl-compat.c')
-rw-r--r-- | openbsd-compat/openssl-compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/openssl-compat.c b/openbsd-compat/openssl-compat.c index 52c7183f1..60eac4b17 100644 --- a/openbsd-compat/openssl-compat.c +++ b/openbsd-compat/openssl-compat.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openssl-compat.c,v 1.15 2014/01/17 06:32:31 dtucker Exp $ */ | 1 | /* $Id: openssl-compat.c,v 1.16 2014/01/17 07:00:41 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2005 Darren Tucker <dtucker@zip.com.au> | 4 | * Copyright (c) 2005 Darren Tucker <dtucker@zip.com.au> |
@@ -74,7 +74,7 @@ EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *md, void *engine) | |||
74 | } | 74 | } |
75 | #endif | 75 | #endif |
76 | 76 | ||
77 | #ifndef HAVE_EVP_DISESTFINAL_EX | 77 | #ifndef HAVE_EVP_DIGESTFINAL_EX |
78 | int | 78 | int |
79 | EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s) | 79 | EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s) |
80 | { | 80 | { |