mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@3 36d66b0a-2a48-0410-832c-cd162a569da5
9 lines
152 B
C
9 lines
152 B
C
#ifndef INCLUDED_CRYPTSETUP_LUKS_RANDOM_H
|
|
#define INCLUDED_CRYPTSETUP_LUKS_RANDOM_H
|
|
|
|
#include <stddef.h>
|
|
|
|
int getRandom(char *buf, size_t len);
|
|
|
|
#endif
|