aboutsummaryrefslogtreecommitdiff
path: root/src/pack.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-01-03 20:16:38 +1100
committerDavid Timber <mieabby@gmail.com>2020-01-03 20:16:38 +1100
commit1120c866527fe439fb51e24fc2e512a24e79c37a (patch)
tree53d7b122ffcc7d34a19b50dadfb822c4ab994118 /src/pack.h
parent9a2a07861e3919ea2d8f3b4f36e2d51d7748ba9d (diff)
removed openssl dep.
Diffstat (limited to 'src/pack.h')
-rw-r--r--src/pack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack.h b/src/pack.h
index 67c1891..eabfa0e 100644
--- a/src/pack.h
+++ b/src/pack.h
@@ -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,