re-generated, were incomplete

This commit is contained in:
TLINDEN
2015-05-30 19:46:59 +02:00
parent 65d039501d
commit 0851f04cfc
2 changed files with 434 additions and 352 deletions

View File

@@ -60,11 +60,8 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
(cd src && ./usage.sh) (cd src && ./usage.sh)
# generate pypcp types # generate pypcp types
bindings/py/gencffi.pl include/pcp/defines.h include/pcp/structs.h include/pcp/key.h \ cd bindings/py
include/pcp/buffer.h include/pcp/context.h \ ./gencffi.pl ../../include/pcp/*.h > pypcp/raw.py
include/pcp/ed.h include/pcp/crypto.h include/pcp/vault.h \
include/pcp/mgmt.h include/pcp/keyhash.h \
include/pcp/pcpstream.h include/pcp/z85.h > bindings/py/pypcp/raw.py
cd - cd -
exit exit

File diff suppressed because it is too large Load Diff