libecrypt/include/ecrypt.h

7 lines
78 B
C
Raw Normal View History

#ifndef LIBECRYPT_H_
#define LIBECRYPT_H_
int ecrypt(PASSWD_LENGTH);
#endif