Changed #ifdefs from headers to if defined().
[crypto.git] / lib / silcmath / silcmp.h
index 72d71acb97459ed714c2114282f03d9600b3700a..da72aa9129a5dac36d62d2cae239f37382178828 100644 (file)
@@ -34,7 +34,7 @@
 #ifndef SILCMP_H
 #define SILCMP_H
 
-#ifdef SILC_MP_GMP
+#if defined(SILC_MP_GMP)
 #include "mp_gmp.h"            /* SILC_MP_GMP */
 #else
 #include "mp_mpi.h"            /* SILC_MP_NSS_MPI */