mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-14 13:41:02 +00:00
- (dtucker) Fix typo in #ifndef.
This commit is contained in:
parent
d23a91ffb2
commit
1357d71d7b
@ -31,6 +31,7 @@
|
||||
- (dtucker) [configure.ac digest.c openbsd-compat/openssl-compat.c
|
||||
openbsd-compat/openssl-compat.h] Add compatibility layer for older
|
||||
openssl versions. ok djm@
|
||||
- (dtucker) Fix typo in #ifndef.
|
||||
|
||||
20140118
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
@ -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>
|
||||
@ -74,7 +74,7 @@ EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *md, void *engine)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_EVP_DISESTFINAL_EX
|
||||
#ifndef HAVE_EVP_DIGESTFINAL_EX
|
||||
int
|
||||
EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user