mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
The variable `ROOTKEY' has internal linkage in keyserv.c, don't declare it as
extern here.
This commit is contained in:
parent
3ce1d6bb59
commit
7fea68fae0
1 changed files with 0 additions and 3 deletions
|
|
@ -15,6 +15,3 @@ extern void crypt_prog_1 __P(( struct svc_req *, register SVCXPRT * ));
|
|||
extern void load_des __P(( int, char * ));
|
||||
|
||||
extern int (*_my_crypt)__P(( char *, int, struct desparams * ));
|
||||
|
||||
extern char ROOTKEY[];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue