summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_print.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-11-11 22:23:12 +0100
committerAndy Polyakov <appro@openssl.org>2017-11-13 10:58:57 +0100
commit3a63c0edab842af3e84ef1cad2b4eb701eece3e1 (patch)
treec45bf7fb2f69874b2779b33e5597a59bbc92e648 /crypto/bio/b_print.c
parentssl/ssl_asn1.c: resolve warnings in VC-WIN32 build, which allows to add /WX. (diff)
downloadopenssl-3a63c0edab842af3e84ef1cad2b4eb701eece3e1.tar.xz
openssl-3a63c0edab842af3e84ef1cad2b4eb701eece3e1.zip
Resolve warnings in VC-WIN32 build, which allows to add /WX.
It's argued that /WX allows to keep better focus on new code, which motivates its comeback... Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4721)
Diffstat (limited to 'crypto/bio/b_print.c')
-rw-r--r--crypto/bio/b_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c
index 2180fd51a9..de017b6c5f 100644
--- a/crypto/bio/b_print.c
+++ b/crypto/bio/b_print.c
@@ -9,9 +9,9 @@
#include <stdio.h>
#include <string.h>
+#include "internal/cryptlib.h"
#include "internal/ctype.h"
#include "internal/numbers.h"
-#include "internal/cryptlib.h"
#include <openssl/bio.h>
/*