#ifndef _CRYPTHASH_H # define _CRYPTHASH_H # include # if HAVE_INTTYPES_H # include # else # if HAVE_STDINT_H # include # endif # endif /* POINTER defines a generic pointer type */ typedef unsigned char *POINTER; #endif