cryptlib 3.4.3 beta build failure on OS X: fatal error: 'SecRandom.h' file not found

Ryan Schmidt <[email protected]> Sat, 13 Dec 2014 19:34:02 -0600
Newsgroups gmane.comp.encryption.cryptlib
Message-ID <[email protected]>
cryptlib 3.4.3 beta fails to build (in 32-bit mode) on OS X 10.10 with this error:


random/unix.c:106:12: fatal error: 'SecRandom.h' file not found
  #include <SecRandom.h>
           ^
1 error generated.


Lines 105-107 of random/unix.c read:


#ifdef __iOS__ 
  #include <SecRandom.h>
#endif /* __iOS__  */


I am not intending to build for iOS...


cryptlib 3.4.2 (building in 32-bit mode) doesn't have this problem.


_______________________________________________
Cryptlib mailing list
[email protected] via Mail: [email protected]
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.