8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / lib / libldap5 / include / ldap / sec.h
blobde00db7560b0a7f26d36e14eb2f834b6c198663a
1 #pragma ident "%Z%%M% %I% %E% SMI"
3 #ifndef _SEC_H_
4 #define _SEC_H_
6 #include <sys/types.h>
7 #include <md5.h>
9 void hmac_md5(unsigned char *text, int text_len, unsigned char *key,
10 int key_len, unsigned char *digest);
12 char *hexa_print(unsigned char *aString, int aLen);
14 #endif /* _SEC_H_ */