mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02: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
|
- (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
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user