diff options
Diffstat (limited to '')
-rw-r--r-- | g10/compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/compress.c b/g10/compress.c index 0a6e09d46..8047dbbb4 100644 --- a/g10/compress.c +++ b/g10/compress.c @@ -310,7 +310,7 @@ handle_compressed (ctrl_t ctrl, void *procctx, PKT_compressed *cd, int rc; if(check_compress_algo(cd->algorithm)) - return G10ERR_COMPR_ALGO; + return GPG_ERR_COMPR_ALGO; cfx = xmalloc_clear (sizeof *cfx); cfx->release = release_context; cfx->algo = cd->algorithm; |