]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/sendserver.c
Merge pull request #358 from enaess/ppp-autotools
[ppp.git] / pppd / plugins / radius / sendserver.c
index f6012868e2dbbbcb6de5f3a4806088d0c9f761a9..acf78e5fa0000a41e4eb547509cc110030861b05 100644 (file)
@@ -491,7 +491,7 @@ static void rc_random_vector (unsigned char *vector)
    we use /dev/urandom here, as /dev/random might block and we don't
    need that much randomness. BTW, great idea, Ted!     -lf, 03/18/95  */
 
-       if ((fd = open(_PATH_DEV_URANDOM, O_RDONLY)) >= 0)
+       if ((fd = open(PPP_PATH_DEV_URANDOM, O_RDONLY)) >= 0)
        {
                unsigned char *pos;
                int readcount;