]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_cryptkit/lib/platform.h
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_cryptkit / lib / platform.h
index 4101e4f6e1859c96c9fe9f7632ad904e0a31a52b..3fb50e38bf100988bb5d7b698aad965be03d8766 100644 (file)
@@ -54,12 +54,6 @@ extern "C" {
 
 extern void CKRaise(const char *reason) __attribute__((noreturn));
 
-/*
- * Come up with some kind of "really" random int with which to seed the
- * random number generator.
- */
-extern unsigned createRandomSeed(void);
-
 #ifdef __cplusplus
 }
 #endif