X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iotcloud.git;a=blobdiff_plain;f=version2%2Fsrc%2FC%2FSecureRandom.h;h=34ccd729e2133813d29535e74b67945b78b65aa5;hp=643efb471e53b33d5974834b5327117e3abefa25;hb=a5f6f53f487875a39c9b27daafbde2c6743546db;hpb=15175037b4697d670a50b5c1362138da2b382137 diff --git a/version2/src/C/SecureRandom.h b/version2/src/C/SecureRandom.h index 643efb4..34ccd72 100644 --- a/version2/src/C/SecureRandom.h +++ b/version2/src/C/SecureRandom.h @@ -1,7 +1,7 @@ #ifndef SECURERANDOM_H #define SECURERANDOM_H class SecureRandom { - public: +public: SecureRandom(); }; #endif