mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-15 20:26:33 +00:00
Remove key checking code. (#251)
This wasn't actually hooked up any more, so it was pretty much all dead code. The handling of this in the command line options is gone. In `bin/makefile-tail`, `DEVFILES` and `LIBFILES` became identical, so `DEVFILES` went away.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#ifndef KEYLIBDEFS_H
|
||||
#define KEYLIBDEFS_H 1
|
||||
unsigned long make_verification(unsigned long x, unsigned long y);
|
||||
unsigned long date_integer16(const char *date);
|
||||
unsigned long idate(const char *str);
|
||||
unsigned long modify(unsigned long hostid);
|
||||
int imod64bit(unsigned long x1, unsigned long x0, unsigned long y);
|
||||
unsigned long make_verification(long unsigned int x, long unsigned int y);
|
||||
unsigned long date_integer16(const char *date);
|
||||
unsigned long idate(const char *str);
|
||||
unsigned long modify(unsigned long hostid);
|
||||
#endif
|
||||
Reference in New Issue
Block a user