1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-25 14:44:01 -04:00

remove crypt from efunc, update dependencies.

This commit is contained in:
2013-05-18 12:20:01 +08:00
parent fa56e5dfff
commit f6780cb71b
9 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
/* crypt.c -- implements crypt.h */
#include "crypt.h"
/* CRYPT.C
*
* Encryption routines
@@ -8,7 +12,7 @@
#include <stdio.h>
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "efunc.h"
#if CRYPT