]> 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 7a9e9a998bc357e004387a0240b573891e6e5ddd..3fb50e38bf100988bb5d7b698aad965be03d8766 100644 (file)
@@ -48,23 +48,11 @@ extern "C" {
     #endif
 #endif /* endian */
 
     #endif
 #endif /* endian */
 
-#ifndef        NeXT
-    #define bcopy(s, d, l)     memmove(d, s, l)
-    #define bzero(s, l)                memset(s, 0, l)
-    #define bcmp(s, d, l)      memcmp(s, d, l)
-#endif
-
 /*
  * Other platform-dependent functions in platform.c.
  */
 
 /*
  * Other platform-dependent functions in platform.c.
  */
 
-extern void CKRaise(const char *reason);
-
-/*
- * Come up with some kind of "really" random int with which to seed the
- * random number generator.
- */
-extern unsigned createRandomSeed(void);
+extern void CKRaise(const char *reason) __attribute__((noreturn));
 
 #ifdef __cplusplus
 }
 
 #ifdef __cplusplus
 }