diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-07-31 17:14:44 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-08-17 11:49:12 +0200 |
commit | 017dbb1c5e12ed2e7457116273d60dc4d9eb29d6 (patch) | |
tree | d6f8c8f71d46d0d44ea443b5ebfdac2862788b22 /src/libstrongswan/utils/identification.h | |
parent | 4a2e17997f734ae8c4a5abf7fbfbec6620bff6e7 (diff) | |
download | strongswan-017dbb1c5e12ed2e7457116273d60dc4d9eb29d6.tar.bz2 strongswan-017dbb1c5e12ed2e7457116273d60dc4d9eb29d6.tar.xz |
identification: Remove unused ID_USER_ID type
Diffstat (limited to 'src/libstrongswan/utils/identification.h')
-rw-r--r-- | src/libstrongswan/utils/identification.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstrongswan/utils/identification.h b/src/libstrongswan/utils/identification.h index a172f64e9..5f27ba112 100644 --- a/src/libstrongswan/utils/identification.h +++ b/src/libstrongswan/utils/identification.h @@ -129,11 +129,6 @@ enum id_type_t { * Private ID type which represents a GeneralName of type URI */ ID_DER_ASN1_GN_URI = 201, - - /** - * Private ID type which represents a user ID - */ - ID_USER_ID = 202 }; /** |