Use apr function for random bytes
authorSimo Sorce <simo@redhat.com>
Tue, 10 Mar 2015 16:15:50 +0000 (12:15 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 10 Mar 2015 16:23:31 +0000 (12:23 -0400)
commit1bd0ed87c79f4e80df3024fb1e1441255d517c3c
tree829a6a1c31118e6fb6f1f6b3f45b5ec441ddb293
parentd11c2c952df6b232b17a26f8433d4919589649ad
Use apr function for random bytes

The apr function is thread safe while the OpenSSL one depdns on setting
up custom locking, which is hard in a library.
src/crypto.c