Make sure to implement the cryptodev engine only when /dev/crypto exists.
[openssl.git] / crypto / ripemd / rmdtest.c
index be1fb8b1f6d200c253b58c0a93c1c43e3c3ecbda..d4c709e64667eb05fb67426b5b034fdfaf105864 100644 (file)
@@ -60,6 +60,8 @@
 #include <string.h>
 #include <stdlib.h>
 
+#include "../e_os.h"
+
 #ifdef OPENSSL_NO_RIPEMD
 int main(int argc, char *argv[])
 {
@@ -127,7 +129,7 @@ int main(int argc, char *argv[])
                R++;
                P++;
                }
-       exit(err);
+       EXIT(err);
        return(0);
        }