1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-30 05:39:12 +02:00
pgbackrest/src/cipher/random.h

11 lines
387 B
C
Raw Normal View History

/***********************************************************************************************************************************
Random Header
***********************************************************************************************************************************/
#ifndef RANDOM_H
#define RANDOM_H
// Functions
void randomBytes(unsigned char *buffer, int size);
#endif