diff options
author | Fabio Fiorina <fiorinaf@gnutls.org> | 2002-05-15 19:33:44 +0000 |
---|---|---|
committer | Fabio Fiorina <fiorinaf@gnutls.org> | 2002-05-15 19:33:44 +0000 |
commit | 312b5267bfb51508975b8032c316fa9e20686f2b (patch) | |
tree | e79ea003e9d6e970ec123cd0fbf6339e1256ce1c /lib/gstr.c | |
parent | 3d9221565c51fe3006546fb14e0738cbb011e24c (diff) | |
download | libtasn1-312b5267bfb51508975b8032c316fa9e20686f2b.tar.gz libtasn1-312b5267bfb51508975b8032c316fa9e20686f2b.tar.bz2 libtasn1-312b5267bfb51508975b8032c316fa9e20686f2b.zip |
Start Up Version
Diffstat (limited to 'lib/gstr.c')
-rw-r--r-- | lib/gstr.c | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,14 +1,14 @@ /* * Copyright (C) 2002 Nikos Mavroyanopoulos * - * This file is part of GNUTLS. + * This file is part of LIBASN1. * - * GNUTLS is free software; you can redistribute it and/or modify + * LIBASN1 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * GNUTLS is distributed in the hope that it will be useful, + * LIBASN1 is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. @@ -64,3 +64,14 @@ void _asn1_mem_cpy( char* dest, size_t dest_tot_size, const char* src, size_t sr } } } + + + + + + + + + + + |