Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-05-02 19:57:01 +0300
committerDavid Benjamin <davidben@google.com>2016-05-02 22:46:25 +0300
commit7acd6bc07a25e85d784106fcdfda52809c09699f (patch)
treeaed25f7f7704d992416a3d7a97e18e09f584b831 /crypto/test
parent8861daa5a9f3ed85500aebcde10278f604e673ac (diff)
Start assuming MSVC 2015.
BUG=43 Change-Id: I46ad1ca62b8921a03fae51f5d7bbe1c68fc0b170 Reviewed-on: https://boringssl-review.googlesource.com/7821 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/test_util.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/test/test_util.h b/crypto/test/test_util.h
index 89e70c6d..972e2065 100644
--- a/crypto/test/test_util.h
+++ b/crypto/test/test_util.h
@@ -28,14 +28,6 @@ extern "C" {
void hexdump(FILE *fp, const char *msg, const void *in, size_t len);
-#if defined(_MSC_VER) && _MSC_VER < 1900
-/* https://msdn.microsoft.com/en-us/library/tcxf1dw6(v=vs.120).aspx */
-#define OPENSSL_PR_SIZE_T "Iu"
-#else
-#define OPENSSL_PR_SIZE_T "zu"
-#endif
-
-
#if defined(__cplusplus)
}
#endif