We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2b2f1 commit 8b4453fCopy full SHA for 8b4453f
src/engine/qcommon/crypto.h
@@ -27,11 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
27
#include "q_shared.h"
28
#include "qcommon.h"
29
30
-#pragma warning(push)
31
-#pragma warning(disable : 4146) // "unary minus operator applied to unsigned type, result still unsigned"
32
-#include <gmp.h>
33
-#pragma warning(pop)
34
-
35
#include <nettle/bignum.h>
36
#include <nettle/rsa.h>
37
#include <nettle/buffer.h>
0 commit comments