diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 22:05:47 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 22:05:47 +0800 |
commit | 0bd529943883133e899f74a501b9bb03f56b70c4 (patch) | |
tree | 2d15693b0c5ed6a60c2b3659bd94a879ecf58bff /cli-main.c | |
parent | 67f4cce42c59be9b580ea0229a7dfcb5187d575c (diff) | |
download | dropbear-0bd529943883133e899f74a501b9bb03f56b70c4.tar.gz |
rename random.h to dbrandom.h since some OSes have a system random.h
Diffstat (limited to 'cli-main.c')
-rw-r--r-- | cli-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ #include "dbutil.h" #include "runopts.h" #include "session.h" -#include "random.h" +#include "dbrandom.h" #include "crypto_desc.h" static void cli_dropbear_exit(int exitcode, const char* format, va_list param) ATTRIB_NORETURN; |