From: Ulf Möller Date: Mon, 24 Jan 2000 01:18:36 +0000 (+0000) Subject: Rename asn1/pkcs8.c to asn1/p8_key.c to avoid name conflict. X-Git-Tag: OpenSSL_0_9_5beta1~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e930f25d2997a37e2bf9aeba3c2ad9d2867a759;p=openssl Rename asn1/pkcs8.c to asn1/p8_key.c to avoid name conflict. --- diff --git a/crypto/asn1/pkcs8.c b/crypto/asn1/p8_key.c similarity index 99% rename from crypto/asn1/pkcs8.c rename to crypto/asn1/p8_key.c index 29c4ea6a29..fd879ef0ea 100644 --- a/crypto/asn1/pkcs8.c +++ b/crypto/asn1/p8_key.c @@ -1,4 +1,4 @@ -/* crypto/asn1/pkcs8.c */ +/* crypto/asn1/p8_key.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. *