Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / objects / obj_lib.c
index ba30736dc7ce2a8d42f52ea9563e952515df88ff..1a1ba0fc063cf548d935c17cef95ece4cddb4c26 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "lhash.h"
-#include "objects.h"
-#include "buffer.h"
+#include <openssl/lhash.h>
+#include <openssl/objects.h>
+#include <openssl/buffer.h>
 
 
-ASN1_OBJECT *OBJ_dup(o)
-ASN1_OBJECT *o;
+ASN1_OBJECT *OBJ_dup(ASN1_OBJECT *o)
        {
        ASN1_OBJECT *r;
        int i;
        {
        ASN1_OBJECT *r;
        int i;
@@ -117,9 +116,7 @@ err:
        return(NULL);
        }
 
        return(NULL);
        }
 
-int OBJ_cmp(a,b)
-ASN1_OBJECT *a;
-ASN1_OBJECT *b;
+int OBJ_cmp(ASN1_OBJECT *a, ASN1_OBJECT *b)
        {
        int ret;
 
        {
        int ret;