]> andersk Git - openssh.git/blobdiff - authfile.c
- (dtucker) [authfile.c] Add OpenSSL compat header so this still builds with
[openssh.git] / authfile.c
index 22df6c64b3e7c5ce7f15cced080d052098725f69..fc12c00c7f23200593843a05a7cd29d4972e600f 100644 (file)
@@ -47,6 +47,9 @@
 #include <openssl/evp.h>
 #include <openssl/pem.h>
 
+/* compatibility with old or broken OpenSSL versions */
+#include "openbsd-compat/openssl-compat.h"
+
 #include <errno.h>
 #include <fcntl.h>
 #include <stdarg.h>
This page took 0.030934 seconds and 4 git commands to generate.