Add missing header guard

pull/765/head
Jeffrey Walton 2018-12-13 11:33:26 -05:00
parent 26fc727f8f
commit c76f50ebbb
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 1 deletions

View File

@ -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__;