Rename 'crypto' to 'owl' in include directives
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 4 Apr 2016 09:08:53 +0000 (11:08 +0200)
committerMateusz Kulikowski <m.kulikowski@samsung.com>
Thu, 7 Apr 2016 09:23:31 +0000 (11:23 +0200)
commit9e4352c496771beda72dad169d39dbb97ddba33e
tree285738a38f3f604505453b846ca6a9a058119690
parent1158ac406b11390ccd69065aadbc21d29e490d25
Rename 'crypto' to 'owl' in include directives

Change-Id: Ia568b1f875eee4059cfb9cf3c9342c1d04515ca0
23 files changed:
api/owl/crypto.h [moved from api/crypto/crypto.h with 99% similarity]
api/owl/digest.h [moved from api/crypto/digest.h with 98% similarity]
api/owl/encrypt.h [moved from api/crypto/encrypt.h with 99% similarity]
api/owl/error.h [moved from api/crypto/error.h with 100% similarity]
api/owl/key.h [moved from api/crypto/key.h with 99% similarity]
api/owl/sign.h [moved from api/crypto/sign.h with 99% similarity]
api/owl/simple.h [moved from api/crypto/simple.h with 99% similarity]
api/owl/types.h [moved from api/crypto/types.h with 100% similarity]
examples/digest.c
examples/encrypt.c
examples/encrypt_aes_gcm.c
examples/key_exchange.c
examples/sign.c
examples/test.c
src/CMakeLists.txt
src/crypto.c
src/ctx_p.h
src/digest.c
src/encrypt.c
src/key.c
src/key_p.h
src/sign.c
src/simple.c