- (dtucker) Fix typo in #ifndef.

This commit is contained in:
Darren Tucker 2014-01-17 18:00:40 +11:00
parent d23a91ffb2
commit 1357d71d7b
2 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@
- (dtucker) [configure.ac digest.c openbsd-compat/openssl-compat.c - (dtucker) [configure.ac digest.c openbsd-compat/openssl-compat.c
openbsd-compat/openssl-compat.h] Add compatibility layer for older openbsd-compat/openssl-compat.h] Add compatibility layer for older
openssl versions. ok djm@ openssl versions. ok djm@
- (dtucker) Fix typo in #ifndef.
20140118 20140118
- (djm) OpenBSD CVS Sync - (djm) OpenBSD CVS Sync

View File

@ -1,4 +1,4 @@
/* $Id: openssl-compat.c,v 1.15 2014/01/17 06:32:31 dtucker Exp $ */ /* $Id: openssl-compat.c,v 1.16 2014/01/17 07:00:41 dtucker Exp $ */
/* /*
* Copyright (c) 2005 Darren Tucker <dtucker@zip.com.au> * 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)
} }
#endif #endif
#ifndef HAVE_EVP_DISESTFINAL_EX #ifndef HAVE_EVP_DIGESTFINAL_EX
int int
EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s) EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s)
{ {