Major change to the way certificates are stored now defaults to ~/.retroshare/SSLID/

* supports Multiple Accounts on same computer.
	* Enabled libretroshare tests using Makefiles.
	* restructured RsInit functions: Config Data is now private.
	* switch OpenPGP on by default (added #define to rsinit).
	


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1451 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2009-07-30 21:27:47 +00:00
parent a7209f1001
commit a023a0bfcd
14 changed files with 1372 additions and 968 deletions

View file

@ -1,5 +1,5 @@
TEMPLATE = lib
CONFIG += static xpgp
CONFIG += static pgp
TARGET = retroshare
CONFIG += release
@ -22,6 +22,7 @@ pgp {
DEFINES -=PQI_USE_XPGP
DEFINES *= RS_USE_PGPSSL
}
xpgp {
DEFINES *= PQI_USE_XPGP
SSL_DIR=../../../../openssl-0.9.7g-xpgp-0.1c
@ -246,7 +247,7 @@ SOURCES = \
rsserver/p3face-msgs.cc \
rsserver/rsiface.cc \
rsserver/rstypes.cc \
rsserver/p3face-startup.cc \
rsserver/rsinit.cc \
rsserver/p3face-config.cc \
rsserver/p3face-server.cc \
rsserver/p3Blog.cc \