git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1649 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-05-03 21:17:01 +00:00
parent 3a53aad7fa
commit f265bbc1df

View File

@@ -50,10 +50,10 @@ auth_encrypt_init(char *local, char *remote, char *name, int server)
{
RemoteHostName = remote;
LocalHostName = local;
#if defined(AUTHENTICATION)
#ifdef AUTHENTICATION
auth_init(name, server);
#endif
#if defined(ENCRYPTION)
#ifdef ENCRYPTION
encrypt_init(name, server);
#endif
if (UserNameRequested) {