File: crypto.h

package info (click to toggle)
ddns3-client 1.8-13
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 228 kB
  • sloc: ansic: 967; sh: 64; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *	DDNS v3 Client
 *
 *		Author:		Alan Yates <alany@ay.com.au>
 *		Version:	$Id: crypto.h,v 1.1.1.1 2002/07/19 11:47:20 alany Exp $
 */

#ifndef _CRYPTO_H
#define _CRYPTO_H

char *ddns3_crypto_md5hash(char *s, int len);
char *ddns3_crypto_crypt(char *key, char *salt);

#endif /* _CRYPTO_H */