Index: srtp/crypto/include/datatypes.h |
diff --git a/srtp/crypto/include/datatypes.h b/srtp/crypto/include/datatypes.h |
index c930cfb29383d27d2848978242a08802879c98cd..e0e3186d304c8e89427ab616ce2687abab56799d 100644 |
--- a/srtp/crypto/include/datatypes.h |
+++ b/srtp/crypto/include/datatypes.h |
@@ -389,7 +389,7 @@ void |
octet_string_set_to_zero(uint8_t *s, int len); |
-#if !defined(SRTP_KERNEL_LINUX) //&& defined(HAVE_CONFIG_H) |
+#if !defined(SRTP_KERNEL_LINUX) && defined(HAVE_CONFIG_H) |
/* |
* Convert big endian integers to CPU byte order. |