Wed, 01 May 2013 11:48:56 +0200
dos2unix ciphers.h, my bad
| libpurple/ciphers/ciphers.h | file | annotate | diff | comparison | revisions |
--- a/libpurple/ciphers/ciphers.h Sat Apr 27 14:39:33 2013 +0200 +++ b/libpurple/ciphers/ciphers.h Wed May 01 11:48:56 2013 +0200 @@ -1,38 +1,38 @@ -/* purple - * - * Purple is the legal property of its developers, whose names are too numerous - * to list here. Please refer to the COPYRIGHT file distributed with this - * source distribution. - * - * This program 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. - * - * This program 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - */ - -/* des.c */ -PurpleCipherOps * purple_des_cipher_get_ops(void); -PurpleCipherOps * purple_des3_cipher_get_ops(void); - -/* gchecksum.c */ -PurpleCipherOps * purple_md5_cipher_get_ops(void); -PurpleCipherOps * purple_sha1_cipher_get_ops(void); -PurpleCipherOps * purple_sha256_cipher_get_ops(void); - -/* hmac.c */ -PurpleCipherOps * purple_hmac_cipher_get_ops(void); - -/* md4.c */ -PurpleCipherOps * purple_md4_cipher_get_ops(void); - -/* rc4.c */ -PurpleCipherOps * purple_rc4_cipher_get_ops(void); +/* purple + * + * Purple is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. + * + * This program 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. + * + * This program 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + */ + +/* des.c */ +PurpleCipherOps * purple_des_cipher_get_ops(void); +PurpleCipherOps * purple_des3_cipher_get_ops(void); + +/* gchecksum.c */ +PurpleCipherOps * purple_md5_cipher_get_ops(void); +PurpleCipherOps * purple_sha1_cipher_get_ops(void); +PurpleCipherOps * purple_sha256_cipher_get_ops(void); + +/* hmac.c */ +PurpleCipherOps * purple_hmac_cipher_get_ops(void); + +/* md4.c */ +PurpleCipherOps * purple_md4_cipher_get_ops(void); + +/* rc4.c */ +PurpleCipherOps * purple_rc4_cipher_get_ops(void);