> RAND_seed(seed, ::strlen(seed)); I don’t know where you are getting the seed, but it is typically binary data, not a C string. If you are using 1.1.0 or later, you do not need to seed things. |
> RAND_seed(seed, ::strlen(seed)); I don’t know where you are getting the seed, but it is typically binary data, not a C string. If you are using 1.1.0 or later, you do not need to seed things. |