X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsptps.c;h=a0483c34db9e9a4dc94327edc235d69b38cc6d3f;hb=0fe69908838248c28624beb540257892db6bdcbd;hp=9fe93cc7e7f0107d1251fee513244eab6668dbb3;hpb=56621be326497d56db0c4c372ae3cc497018cfcf;p=tinc diff --git a/src/sptps.c b/src/sptps.c index 9fe93cc7..a0483c34 100644 --- a/src/sptps.c +++ b/src/sptps.c @@ -21,12 +21,12 @@ #include "system.h" #include "chacha-poly1305/chacha-poly1305.h" -#include "crypto.h" #include "ecdh.h" #include "ecdsa.h" #include "logger.h" #include "prf.h" #include "sptps.h" +#include "random.h" unsigned int sptps_replaywin = 16;