From 5fe823c726c274b7a82028201f65cc7501e5ac95 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 10 Dec 2004 14:51:25 +0000 Subject: [PATCH] Fix warning. --- lib/element.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/element.c b/lib/element.c index 12792db..7e46225 100644 --- a/lib/element.c +++ b/lib/element.c @@ -1,15 +1,15 @@ /* - * Copyright (C) 2000,2001,2002,2003 Fabio Fiorina + * Copyright (C) 2000, 2001, 2002, 2003, 2004 Fabio Fiorina * * This file is part of LIBASN1. * * The LIBTASN1 library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * @@ -243,7 +243,7 @@ _asn1_append_sequence_set(node_asn *node) * **/ asn1_retCode -asn1_write_value(node_asn *node_root,const char *name, +asn1_write_value(ASN1_TYPE *node_root,const char *name, const void *ivalue,int len) { node_asn *node,*p,*p2; -- 2.11.4.GIT