recognize strongSwan VID
This commit is contained in:
+7
-1
@@ -375,7 +375,13 @@ static void handle_known_vendorid (struct msg_digest *md, const char *vidstr,
|
|||||||
bool vid_useful = FALSE;
|
bool vid_useful = FALSE;
|
||||||
size_t i, j;
|
size_t i, j;
|
||||||
|
|
||||||
switch (vid->id) {
|
switch (vid->id)
|
||||||
|
{
|
||||||
|
/* Remote side is a strongSwan host */
|
||||||
|
case VID_STRONGSWAN:
|
||||||
|
vid_useful = TRUE;
|
||||||
|
break;
|
||||||
|
|
||||||
/* Remote side supports OpenPGP certificates */
|
/* Remote side supports OpenPGP certificates */
|
||||||
case VID_OPENPGP:
|
case VID_OPENPGP:
|
||||||
md->openpgp = TRUE;
|
md->openpgp = TRUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user