mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
Fix compilation with GCC 8.
This commit is contained in:
@@ -122,7 +122,7 @@ namespace Config {
|
||||
pubkeys[i].resize(crypto_sign_PUBLICKEYBYTES);
|
||||
infile.read((char*)&pubkeys[i][0],pubkeys[i].size());
|
||||
}
|
||||
} catch (ConfigError e) {
|
||||
} catch (ConfigError& e) {
|
||||
pubkeys.resize(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user