sec.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
#pragma ident "%Z%%M% %I% %E% SMI"
#ifndef _SEC_H_
#define _SEC_H_
#include <sys/types.h>
#include <md5.h>
void hmac_md5(unsigned char *text, int text_len, unsigned char *key,
int key_len, unsigned char *digest);
char *hexa_print(unsigned char *aString, int aLen);
#endif /* _SEC_H_ */