Add 'void *' argument to app_verify_callback.
[openssl.git] / test / methtest.c
index 55d1ac79346ec6c521a35b9e9d411d6d9fc8aeb9..06ccb3b31087a9fdeaa3d8ba7f1dc6a5ebb3f976 100644 (file)
@@ -1,5 +1,5 @@
 /* test/methtest.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "rsa.h"
-#include "x509.h"
+#include <openssl/rsa.h>
+#include <openssl/x509.h>
 #include "meth.h"
-#include "err.h"
+#include <openssl/err.h>
 
 int main(argc,argv)
 int argc;