Sparc v8plus assembler.
[openssl.git] / crypto / pkcs7 / verify.c
index 7e0f6e5fee0d35f625fa0fc6ec8c165e015ca88e..71a67df3d457c2e939f6580080b5097f0db9a3cf 100644 (file)
  * [including the GNU Public Licence.]
  */
 #include <stdio.h>
-#include "asn1.h"
-#include "bio.h"
-#include "x509.h"
-#include "pem.h"
+#include <openssl/asn1.h>
+#include <openssl/bio.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
 
 int verify_callback(int ok, X509_STORE_CTX *ctx);
 
@@ -190,7 +190,7 @@ again:
                        BIO_printf(bio_out,"String 1 is %s\n",str1);
                        BIO_printf(bio_out,"String 2 is %s\n",str2);
                        }
-                       
+
                }
 
        X509_STORE_free(cert_store);
@@ -204,9 +204,7 @@ err:
        }
 
 /* should be X509 * but we can just have them as char *. */
-int verify_callback(ok, ctx)
-int ok;
-X509_STORE_CTX *ctx;
+int verify_callback(int ok, X509_STORE_CTX *ctx)
        {
        char buf[256];
        X509 *err_cert;