summaryrefslogblamecommitdiffstats
path: root/crypthash.h
blob: 0d1ededdbc366cafd57dbc474b1bfd178d1f79b6 (plain) (tree)
1
2
3


                     












                                            
      
#ifndef _CRYPTHASH_H
# define _CRYPTHASH_H


# include <sys/types.h>
# if HAVE_INTTYPES_H
#  include <inttypes.h>
# else
#  if HAVE_STDINT_H
#   include <stdint.h>
#  endif
# endif

/* POINTER defines a generic pointer type */
typedef unsigned char *POINTER;

#endif