move encrypt.h and misc.h later
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23262 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -61,9 +61,6 @@ RCSID("$Id$");
|
|||||||
#define ENCRYPT_NAMES
|
#define ENCRYPT_NAMES
|
||||||
#include <arpa/telnet.h>
|
#include <arpa/telnet.h>
|
||||||
|
|
||||||
#include "encrypt.h"
|
|
||||||
#include "misc.h"
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@@ -72,6 +69,9 @@ RCSID("$Id$");
|
|||||||
#include <socks.h>
|
#include <socks.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "encrypt.h"
|
||||||
|
#include "misc.h"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These functions pointers point to the current routines
|
* These functions pointers point to the current routines
|
||||||
|
Reference in New Issue
Block a user