--- pgp/src/random.h 2018/04/24 16:41:19 1.1.1.5 +++ pgp/src/random.h 2018/04/24 16:42:35 1.1.1.6 @@ -1,16 +1,16 @@ -#include "usuals.h" - -int cryptRandOpen(void); -void cryptRandWash(byte const key[16]); -byte cryptRandByte(void); -void cryptRandSave(byte const key[16], byte const iv[8]); -void cryptRandCreate(void); - -unsigned trueRandEvent(int event); -void trueRandFlush(void); -void trueRandConsume(unsigned count); -void trueRandAccumLater(unsigned bitcount); -void trueRandAccum(unsigned count); -int trueRandByte(void); - -int getstring(char *strbuf, unsigned maxlen, int echo); +#include "usuals.h" + +int cryptRandOpen(void); +void cryptRandWash(byte const key[16]); +byte cryptRandByte(void); +void cryptRandSave(byte const key[16], byte const iv[8]); +void cryptRandCreate(void); + +unsigned trueRandEvent(int event); +void trueRandFlush(void); +void trueRandConsume(unsigned count); +void trueRandAccumLater(unsigned bitcount); +void trueRandAccum(unsigned count); +int trueRandByte(void); + +int getstring(char *strbuf, unsigned maxlen, int echo);