]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/entropy.c
ITS#6832 #elif cleanup
[openldap] / libraries / liblutil / entropy.c
index 47920fdcfde1f0f42117b1f96ae4c6b26b263529..ea887588ab75edc477945be3d2df0b86d72b4d44 100644 (file)
@@ -73,7 +73,7 @@ int lutil_entropy( unsigned char *buf, ber_len_t nbytes )
                close(fd);
                return nbytes > 0 ? -1 : 0;
        }
-#elif PROV_RSA_FULL
+#elif defined(PROV_RSA_FULL)
        {
                /* Not used since _WIN32_WINNT not set... */
                HCRYPTPROV hProv = 0;