diff --git a/libretroshare/src/retroshare/rsinit.h b/libretroshare/src/retroshare/rsinit.h index 2e8009b3c..1047c8ddf 100644 --- a/libretroshare/src/retroshare/rsinit.h +++ b/libretroshare/src/retroshare/rsinit.h @@ -1,9 +1,8 @@ /******************************************************************************* - * libretroshare/src/retroshare: rsinit.h * + * RetroShare initialization and login API * * * - * libretroshare: retroshare core library * - * * - * Copyright 2004-2006 by Robert Fernie * + * Copyright (C) 2004-2014 Robert Fernie * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * @@ -30,13 +29,6 @@ #define RS_INIT_BASE_DIR_ERROR -2 // AuthGPG::InitAuth failed #define RS_INIT_NO_KEYRING -3 // Keyring is empty. Need to import it. - -/**** - * #define RS_USE_PGPSSL 1 - ***/ - -#define RS_USE_PGPSSL 1 - #include #include #include diff --git a/libretroshare/src/rsserver/rsinit.cc b/libretroshare/src/rsserver/rsinit.cc index 41173002b..4c61d98df 100644 --- a/libretroshare/src/rsserver/rsinit.cc +++ b/libretroshare/src/rsserver/rsinit.cc @@ -1,9 +1,8 @@ /******************************************************************************* - * libretroshare/src/retroshare: rsinit.cc * + * RetroShare initialization and login API implementation * * * - * libretroshare: retroshare core library * - * * - * Copyright 2004-2006 by Robert Fernie * + * Copyright (C) 2004-2014 Robert Fernie * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as *