Uses <openssl/rc4.h> if WITH_OPENSSL.

(patch [ 666773 ] Let licence.c optionally use the real rc4.h file)


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@292 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2003-01-21 20:22:44 +00:00
parent f94914bee6
commit e3af880313

View File

@ -19,7 +19,12 @@
*/
#include "rdesktop.h"
#ifdef WITH_OPENSSL
#include <openssl/rc4.h>
#else
#include "crypto/rc4.h"
#endif
extern char username[16];
extern char hostname[16];