summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/cipher-ctr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/cipher-ctr.c')
-rw-r--r--crypto/openssh/cipher-ctr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/cipher-ctr.c b/crypto/openssh/cipher-ctr.c
index ea0f9b3..32771f2 100644
--- a/crypto/openssh/cipher-ctr.c
+++ b/crypto/openssh/cipher-ctr.c
@@ -16,7 +16,7 @@
*/
#include "includes.h"
-#ifndef OPENSSL_HAVE_EVPCTR
+#if defined(WITH_OPENSSL) && !defined(OPENSSL_HAVE_EVPCTR)
#include <sys/types.h>
#include <stdarg.h>
@@ -143,4 +143,4 @@ evp_aes_128_ctr(void)
return (&aes_ctr);
}
-#endif /* OPENSSL_HAVE_EVPCTR */
+#endif /* defined(WITH_OPENSSL) && !defined(OPENSSL_HAVE_EVPCTR) */
OpenPOWER on IntegriCloud