As ftruncate is not availabe on all platforms, switch back to
[oweals/openssl.git] / crypto / des / enc_writ.c
index 8ded146f8b432d1ad33cd051e6d68364ec7cc5ea..892f15e2d709706a08fe4492af868986e9f532ac 100644 (file)
@@ -130,7 +130,7 @@ int des_enc_write(int fd, const void *_buf, int len,
                {
                cp=shortbuf;
                memcpy(shortbuf,buf,len);
-               RAND_bytes(shortbuf+len, 8-len);
+               RAND_pseudo_bytes(shortbuf+len, 8-len);
                rnum=8;
                }
        else