BIO_FLAGS_MEM_RDONLY

This is used with memory BIOs: it means we shouldn't free up or change the data in any way.

extern (C) nothrow @nogc
enum BIO_FLAGS_MEM_RDONLY = 0x0200;

Meta