We have some source with \r\n as line ends. DEC C informs about that,
[openssl.git] / apps / version.c
index a9fda99e0ca7dd69327a85468debb9a94093c7d1..69ef3e1bad077ac866b8bb63bc4937edd66da8da 100644 (file)
 #include "apps.h"
 #include <openssl/evp.h>
 #include <openssl/crypto.h>
+#include <openssl/bn.h>
 #ifndef OPENSSL_NO_MD2
 # include <openssl/md2.h>
 #endif
@@ -181,7 +182,7 @@ int MAIN(int argc, char **argv)
                else
                        {
                        printf("%s (Library: %s)\n",
-                               SSLEAY_VERSION_TEXT,
+                               OPENSSL_VERSION_TEXT,
                                SSLeay_version(SSLEAY_VERSION));
                        }
                }
@@ -212,5 +213,5 @@ int MAIN(int argc, char **argv)
        if (dir)  printf("%s\n",SSLeay_version(SSLEAY_DIR));
 end:
        apps_shutdown();
-       EXIT(ret);
+       OPENSSL_EXIT(ret);
        }