Informs the https client a key if any is given

This commit is contained in:
Felipe Zimmerle 2016-07-01 15:04:17 -03:00
parent 3d1d0514fd
commit 578dabea8b
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -524,6 +524,7 @@ CONFIG_DIR_UNICODE_MAP_FILE (?i:SecUnicodeMapFile)
std::vector<std::string> conf = split(yytext, ' ');
key = conf[1];
url = conf[2];
c.setKey(key);
driver.ref.push_back(url);
driver.loc.push_back(new yy::location());