build chrom crx on windows
[gssweb.git] / json_gssapi / src / util_random.h
1 /*
2  * Copyright (c) 2014 <copyright holder> <email>
3  *
4  * For license details, see the LICENSE file in the root of this project.
5  *
6  */
7
8 #include <stddef.h>
9
10 bool randGenPseudoRandom(unsigned char *buffer, size_t len);