mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
13 lines
667 B
C
13 lines
667 B
C
/***********************************************************************************************************************************
|
|
Random Header
|
|
***********************************************************************************************************************************/
|
|
#ifndef CRYPTO_RANDOM_H
|
|
#define CRYPTO_RANDOM_H
|
|
|
|
/***********************************************************************************************************************************
|
|
Functions
|
|
***********************************************************************************************************************************/
|
|
void randomBytes(unsigned char *buffer, size_t size);
|
|
|
|
#endif
|