Judging from various messages on the OpenSSL mailing lists, HP-UX 10
[openssl.git] / perl / openssl_cb.c
index 4e39c16d70f4a12a9f53c547131906f075443a23..7a880d97ae3d0303f27d469b1450a05663303b84 100644 (file)
@@ -1,4 +1,3 @@
-/* perl/callback.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * [including the GNU Public Licence.]
  */
 
-SV *new_ref(type,obj,mort)
-char *type;
-char *obj;
-       {
+SV *new_ref(char *type, char *obj, int mort)
+{
        SV *ret;
 
        if (mort)
@@ -70,13 +67,8 @@ char *obj;
        return(ret);
        }
 
-int ex_new(obj,data,ad,idx,argl,argp)
-char *obj;
-SV *data;
-CRYPTO_EX_DATA *ad;
-int idx;
-long argl;
-char *argp;
+int ex_new(char *obj, SV *data, CRYPTO_EX_DATA *ad, int idx, long argl,
+            char *argp)
        {
        SV *sv;
 
@@ -87,13 +79,8 @@ fprintf(stderr,"ex_new idx=%d %08X %s\n",idx,obj,argp);
        return(1);
        }
 
-void ex_cleanup(obj,data,ad,idx,argl,argp)
-char *obj;
-SV *data;
-CRYPTO_EX_DATA *ad;
-int idx;
-long argl;
-char *argp;
+void ex_cleanup(char *obj, SV *data, CRYPTO_EX_DATA *ad, int idx, long argl,
+            char *argp)
        {
        pr_name("ex_cleanup");
 fprintf(stderr,"ex_cleanup %08X %s\n",obj,argp);