4574bf4d9c7704fe47460c4b6b7d8550cb39efa8
[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);