From: VMware, Inc <> Date: Wed, 26 Jan 2011 01:40:23 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: stable-8.8.0~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a14843b705ff70df01a9ee81f469bd87e9088d48;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/vix.h b/open-vm-tools/lib/include/vix.h index ba986c29a..abca1dfc5 100644 --- a/open-vm-tools/lib/include/vix.h +++ b/open-vm-tools/lib/include/vix.h @@ -171,7 +171,6 @@ enum { VIX_E_VM_NOT_REPLAYING = 3045, VIX_E_TOO_MANY_LOGONS = 3046, VIX_E_INVALID_AUTHENTICATION_SESSION = 3047, - VIX_E_SSL_CERTIFICATE_VERIFICATION_ERROR = 3048, /* VM Errors */ VIX_E_VM_NOT_FOUND = 4000, @@ -457,7 +456,6 @@ enum { VIX_PROPERTY_VM_IS_RECORDING = 236, VIX_PROPERTY_VM_IS_REPLAYING = 237, VIX_PROPERTY_VM_SSL_ERROR = 293, - VIX_PROPERTY_VM_SSL_PEER_SHA1_THUMBPRINT = 294, /* Result properties; these are returned by various procedures */ VIX_PROPERTY_JOB_RESULT_ERROR_CODE = 3000,