Add missing header guard
parent
26fc727f8f
commit
c76f50ebbb
|
|
@ -15,7 +15,9 @@
|
|||
#include "donna.h"
|
||||
#include "misc.h"
|
||||
|
||||
#if (CRYPTOPP_SSE2_INTRIN_AVAILABLE)
|
||||
# include <emmintrin.h>
|
||||
#endif
|
||||
|
||||
// Squash MS LNK4221 and libtool warnings
|
||||
extern const char DONNA_SSE_FNAME[] = __FILE__;
|
||||
|
|
|
|||
Loading…
Reference in New Issue