1
0
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:
Bruce Mitchener
2021-01-20 14:47:55 +07:00
committed by GitHub
parent 397143d760
commit 85fa89ba88
19 changed files with 29 additions and 697 deletions

View File

@@ -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