MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / new_mem

Method new_mem

dds/DCPS/security/SSL/SignedDocument.cpp:169–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 {}
168
169 bool new_mem()
170 {
171 OPENDDS_ASSERT(!bio_);
172 bio_ = BIO_new(BIO_s_mem());
173 if (!bio_) {
174 OPENDDS_SSL_LOG_ERR("BIO_new failed");
175 return false;
176 }
177
178 return true;
179 }
180
181 ~Bio()
182 {

Callers 1

verifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected