Skip to content

Commit 6260241

Browse files
committed
use anonymous struct
1 parent ea3afec commit 6260241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bn_s_mp_rand_jenkins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/* Bob Jenkins' http://burtleburtle.net/bob/rand/smallprng.html */
77
/* Chosen for speed and a good "mix" */
8-
typedef struct ranctx {
8+
typedef struct {
99
uint64_t a;
1010
uint64_t b;
1111
uint64_t c;

0 commit comments

Comments
 (0)