mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Moved new files for ops_open from util to openpgpsdk.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5935 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b85bccbbe6
commit
2de928dc64
@ -68,8 +68,8 @@ HEADERS += openpgpsdk/writer.h \
|
||||
openpgpsdk/armour.h \
|
||||
openpgpsdk/parse_local.h \
|
||||
openpgpsdk/keyring_local.h \
|
||||
util/opsdir.h \
|
||||
util/opsstring.h
|
||||
openpgpsdk/opsdir.h \
|
||||
openpgpsdk/opsstring.h
|
||||
|
||||
SOURCES += openpgpsdk/accumulate.c \
|
||||
openpgpsdk/compress.c \
|
||||
@ -108,5 +108,5 @@ SOURCES += openpgpsdk/accumulate.c \
|
||||
openpgpsdk/writer_memory.c \
|
||||
openpgpsdk/writer_skey_checksum.c \
|
||||
openpgpsdk/writer_stream_encrypt_se_ip.c \
|
||||
util/opsdir.c \
|
||||
util/opsstring.c
|
||||
openpgpsdk/opsdir.c \
|
||||
openpgpsdk/opsstring.c
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <util/opsdir.h>
|
||||
#include <openpgpsdk/opsdir.h>
|
||||
|
||||
#include <openpgpsdk/writer.h>
|
||||
#include <openpgpsdk/final.h>
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <openpgpsdk/final.h>
|
||||
#include <util/opsdir.h>
|
||||
#include <openpgpsdk/opsdir.h>
|
||||
|
||||
/**
|
||||
\ingroup Core_MPI
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include <openpgpsdk/final.h>
|
||||
#include <util/opsdir.h>
|
||||
#include <openpgpsdk/opsdir.h>
|
||||
|
||||
/**
|
||||
\ingroup HighLevel_Keyring
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#include <openpgpsdk/readerwriter.h>
|
||||
#include <openpgpsdk/callback.h>
|
||||
#include <util/opsdir.h>
|
||||
#include <openpgpsdk/opsdir.h>
|
||||
|
||||
#include "parse_local.h"
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include <openpgpsdk/final.h>
|
||||
#include <util/opsdir.h>
|
||||
#include <openpgpsdk/opsdir.h>
|
||||
|
||||
#include <openssl/dsa.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user