]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_cryptkit/lib/feeFunctions.h
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_cryptkit / lib / feeFunctions.h
index 928fb5c52aad058a49146952b877093660a96051..6c41ccfc387831607b59df6148aa5f93740226cb 100644 (file)
 #ifndef        _CK_FEEFUNCTIONS_H_
 #define _CK_FEEFUNCTIONS_H_
 
-#ifdef macintosh
-#include <feeTypes.h>
-#else
 #include <security_cryptkit/feeTypes.h>
-#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.
  */