Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: srtp/crypto/include/datatypes.h

Issue 1098043003: Update libsrtp to 1.5.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « srtp/crypto/ae_xfm/xfm.c ('k') | srtp/crypto/include/sha1.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « srtp/crypto/ae_xfm/xfm.c ('k') | srtp/crypto/include/sha1.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698