Added "include <cryptlib.h>" due to Cygwin not picking up the CRYPTOPP_CXX11 define
parent
66ff5e14f1
commit
69098d8cf2
1
oaep.cpp
1
oaep.cpp
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#ifndef CRYPTOPP_IMPORTS
|
||||
|
||||
#include "cryptlib.h"
|
||||
#include "oaep.h"
|
||||
#include <functional>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
// (http://www.kb.cert.org/vuls/id/368819).
|
||||
|
||||
#include "pch.h"
|
||||
#include "cryptlib.h"
|
||||
#include "zinflate.h"
|
||||
#include "trap.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue