make this build

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7215 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-10-21 12:58:52 +00:00
parent 8ea0f435cc
commit a165822bc9
3 changed files with 15 additions and 41 deletions

View File

@@ -56,26 +56,10 @@
* [including the GNU Public Licence.]
*/
#include <openssl/rc4.h>
#include "rc4_locl.h"
#include <openssl/opensslv.h>
#include "des_locl.h"
#include "rc4.h"
const char *RC4_version="RC4" OPENSSL_VERSION_PTEXT;
const char *RC4_options(void)
{
#ifdef RC4_INDEX
if (sizeof(RC4_INT) == 1)
return("rc4(idx,char)");
else
return("rc4(idx,int)");
#else
if (sizeof(RC4_INT) == 1)
return("rc4(ptr,char)");
else
return("rc4(ptr,int)");
#endif
}
RCSID("$Id$");
/* RC4 as implemented from a posting from
* Newsgroups: sci.crypt