]> granicus.if.org Git - rtmpdump/commitdiff
Drop redundant CRYPTO #def
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sat, 13 Mar 2010 05:05:00 +0000 (05:05 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sat, 13 Mar 2010 05:05:00 +0000 (05:05 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@342 400ebc74-4327-4243-bc38-086b20814532

librtmp/rtmp_sys.h

index e24692b6e0f2ec1de29b823ff3f0968dbab090d3..f606563de888e4a18ea6903e16023459b0cb0bd6 100644 (file)
@@ -21,8 +21,6 @@
  *  http://www.gnu.org/copyleft/lgpl.html
  */
 
-#define CRYPTO
-
 #ifdef WIN32
 #include <winsock.h>
 #define GetSockError() WSAGetLastError()