X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..7e6b461318c8a779d91381531435a68ee4e8b6ed:/OSX/libsecurity_cryptkit/lib/feeFunctions.h diff --git a/OSX/libsecurity_cryptkit/lib/feeFunctions.h b/OSX/libsecurity_cryptkit/lib/feeFunctions.h index 928fb5c5..6c41ccfc 100644 --- a/OSX/libsecurity_cryptkit/lib/feeFunctions.h +++ b/OSX/libsecurity_cryptkit/lib/feeFunctions.h @@ -25,11 +25,7 @@ #ifndef _CK_FEEFUNCTIONS_H_ #define _CK_FEEFUNCTIONS_H_ -#ifdef macintosh -#include -#else #include -#endif #ifdef __cplusplus extern "C" { @@ -45,18 +41,6 @@ void initCryptKit(void); */ void terminateCryptKit(void); -#if defined(NeXT) && !defined(WIN32) - -#define PHRASELEN 128 - -/* - * Prompt for password, get it in secure manner. Max password length is - * PHRASELEN. NEXTSTEP only. - */ -extern void getpassword(const char *prompt, char *pbuf); - -#endif /* NeXT */ - /* * obtain a string describing a feeReturn. */