New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / apps / errstr.c
index ee51abaf345882c66edba2a4d9d9662b01b137d6..c86b5d940bcac9e87482f1c5e7215c3b12028847 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 #include "apps.h"
-#include "bio.h"
-#include "lhash.h"
-#include "err.h"
-#include "ssl.h"
+#include <openssl/bio.h>
+#include <openssl/lhash.h>
+#include <openssl/err.h>
+#include <openssl/ssl.h>
 
 #undef PROG
 #define PROG   errstr_main