diff options
author | David Timber <mieabby@gmail.com> | 2020-01-03 20:16:38 +1100 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-01-03 20:16:38 +1100 |
commit | 1120c866527fe439fb51e24fc2e512a24e79c37a (patch) | |
tree | 53d7b122ffcc7d34a19b50dadfb822c4ab994118 /src/pack.h | |
parent | 9a2a07861e3919ea2d8f3b4f36e2d51d7748ba9d (diff) |
removed openssl dep.
Diffstat (limited to 'src/pack.h')
-rw-r--r-- | src/pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ struct prne_bin_archive { typedef enum { PRNE_UNPACK_BIN_ARCHIVE_OK, - PRNE_UNPACK_BIN_ARCHIVE_OPENSSL_ERR, + PRNE_UNPACK_BIN_ARCHIVE_CRYPTO_ERR, PRNE_UNPACK_BIN_ARCHIVE_Z_ERR, PRNE_UNPACK_BIN_ARCHIVE_ERRNO, PRNE_UNPACK_BIN_ARCHIVE_MEM_ERR, |