- (djm) [cipher-acss.c] Add missing header.

This commit is contained in:
Damien Miller 2010-10-07 22:12:08 +11:00
parent 37f4f1892f
commit 80e9953938
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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)