]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bio/bss_null.c
Identify and move common internal libcrypto header files
[thirdparty/openssl.git] / crypto / bio / bss_null.c
index 6a03fa2465251fd1947376b569349907f725cbb5..ba39c4c8a153ba7b50d852e2b7811315ca91d18d 100644 (file)
@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 
 static int null_write(BIO *h, const char *buf, int num);