#include "BLO_readStreamGlueLoopBack.h"
#include "BLO_readfile.h"
#include "BLO_inflate.h"
-#include "BLO_decrypt.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
(*control)->process = BLO_inflate_process;
(*control)->end = BLO_inflate_end;
break;
- case DECRYPT:
- case ENCRYPT:
- (*control)->begin = BLO_decrypt_begin;
- (*control)->process = BLO_decrypt_process;
- (*control)->end = BLO_decrypt_end;
- break;
default:
err = BRS_SETFUNCTION(BRS_READSTREAMGLUE) |
BRS_SETSPECERR(BRS_UNKNOWN);