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

Peter Gutmann <[email protected]> Sun, 14 Dec 2014 22:01:53 +1300
Newsgroups gmane.comp.encryption.cryptlib
Message-ID <[email protected]>
Ryan Schmidt <[email protected]> writes:

>Lines 105-107 of random/unix.c read:
>
>#ifdef __iOS__
>  #include <SecRandom.h>
>#endif /* __iOS__  */

For newer versions of the SDK that should be:

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

Peter.

_______________________________________________
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.