Skip to content

Commit

Permalink
wrap arc4random header
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Oct 31, 2014
1 parent a4cc953 commit a2373f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crypto/compat/arc4random.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef LIBCRYPTOCOMPAT_ARC4RANDOM_H
#define LIBCRYPTOCOMPAT_ARC4RANDOM_H

#if defined(__linux__)
#include "arc4random_linux.h"

Expand All @@ -15,3 +18,4 @@

#endif

#endif

0 comments on commit a2373f7

Please sign in to comment.