From d8e1aa9f60669d64c9e320a726914f62f0cf0926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 18 Nov 1996 19:01:44 +0100 Subject: [PATCH] Removed the remaining references to X11. Rev: src/modules/_Crypto/precompiled_crypto.h:1.7 --- src/modules/_Crypto/precompiled_crypto.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/_Crypto/precompiled_crypto.h b/src/modules/_Crypto/precompiled_crypto.h index f48268521c..8633adf79b 100644 --- a/src/modules/_Crypto/precompiled_crypto.h +++ b/src/modules/_Crypto/precompiled_crypto.h @@ -1,13 +1,13 @@ /* - * precompiled_X.h + * precompiled_crypto.h * - * A pike module for getting access to X11 + * A pike module for getting access to some common cryptos. * * Henrik Grubbstr�m 1996-10-15 */ -#ifndef PRECOMPILED_X_H -#define PRECOMPILED_X_H +#ifndef PRECOMPILED_CRYPTO_H +#define PRECOMPILED_CRYPTO_H /* * Includes @@ -139,4 +139,4 @@ void init_pipe_efuns(void); void init_pipe_programs(void); void exit_pipe(void); -#endif /* PRECOMPILED_X_H */ +#endif /* PRECOMPILED_CRYPTO_H */ -- GitLab