mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
- (djm) [cipher-acss.c] Add missing header.
This commit is contained in:
parent
37f4f1892f
commit
80e9953938
@ -38,6 +38,7 @@
|
||||
[sshconnect.c]
|
||||
swapped args to kill(2)
|
||||
- (djm) [openbsd-compat/glob.c] restore ARG_MAX compat code.
|
||||
- (djm) [cipher-acss.c] Add missing header.
|
||||
|
||||
20100924
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
@ -23,6 +23,7 @@
|
||||
#if !defined(EVP_CTRL_SET_ACSS_MODE) && (OPENSSL_VERSION_NUMBER >= 0x00907000L)
|
||||
|
||||
#include "acss.h"
|
||||
#include "openbsd-compat/openssl-compat.h"
|
||||
|
||||
#define data(ctx) ((EVP_ACSS_KEY *)(ctx)->cipher_data)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user