make TNC Access Requestor ID available to IMVs
This commit is contained in:
@@ -126,14 +126,14 @@ enum id_type_t {
|
||||
ID_KEY_ID = 11,
|
||||
|
||||
/**
|
||||
* private type which represents a GeneralName of type URI
|
||||
* Private ID type which represents a GeneralName of type URI
|
||||
*/
|
||||
ID_DER_ASN1_GN_URI = 201,
|
||||
|
||||
/**
|
||||
* Private ID used by the pluto daemon for opportunistic encryption
|
||||
* Private ID type which represents a user ID
|
||||
*/
|
||||
ID_MYID = 203,
|
||||
ID_USER_ID = 202
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user