Add missing semicolon

This commit is contained in:
Sergey Abramchuk
2017-09-07 14:36:12 +03:00
parent 8b390e969f
commit 6b1b0c95eb

View File

@@ -16,4 +16,4 @@ typedef NS_ENUM(NSInteger, OpenVPNKeyType) {
OpenVPNKeyTypeECDSA,
OpenVPNKeyTypeRSAALT,
OpenVPNKeyTypeRSASSAPSS,
}
};