Fix OpenSSL 1.1 build with mingw32/64

This commit is contained in:
Trevor Bentley
2017-11-27 11:27:11 +01:00
parent b10d98e96b
commit 20a5ecce0f
3 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -28,9 +28,9 @@
*
*/
#include "../../tool/openssl-compat.h"
#include "ykpiv.h"
#include "internal.h"
#include "../../tool/openssl-compat.h"
#include <stddef.h>
#include <stdio.h>