Handle ASN1_SET_OF and PKCS12_STACK_OF using function
[openssl.git] / crypto / asn1 / i2d_pu.c
index 1b854252b739aa515f9140cceaccce83c5145d53..8f73d37d033b7d63a3ed7b1899baee666d6728f1 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "bn.h"
-#include "evp.h"
-#include "objects.h"
+#include <openssl/bn.h>
+#include <openssl/evp.h>
+#include <openssl/objects.h>
 
-int i2d_PublicKey(a,pp)
-EVP_PKEY *a;
-unsigned char **pp;
+int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp)
        {
        switch (a->type)
                {