EXTRA_DIST = account.h ascii.h attach.h bcache.h browser.h buffer.h buffy.h \
ChangeLog ChangeLog.neomutt ChangeLog.nntp charset.h compress.h \
- config.rpath copy.h COPYRIGHT crypt_gpgme.h crypthash.h depcomp \
+ config.rpath copy.h COPYRIGHT crypt_gpgme.h depcomp \
dotlock.h extlib.c filter.h functions.h gen_defs globals.h group.h \
hash.h history.h init.h keymap.h lib.h LICENSE.md mailbox.h mapping.h \
mbyte.h md5.h mime.h mime.types mutt.h mutt_commands.h mutt_crypt.h \
+++ /dev/null
-/**
- * This program is free software: you can redistribute it and/or modify it under
- * the terms of the GNU General Public License as published by the Free Software
- * Foundation, either version 2 of the License, or (at your option) any later
- * version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef _MUTT_CRYPTHASH_H
-#define _MUTT_CRYPTHASH_H 1
-
-#include <sys/types.h>
-#include <inttypes.h>
-
-/* POINTER defines a generic pointer type */
-typedef unsigned char *POINTER;
-
-#endif /* _MUTT_CRYPTHASH_H */