diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-21 13:06:29 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-21 13:06:29 +0000 |
commit | 3c1614f1c1b10da5f5479f36606f30a8e7678548 (patch) | |
tree | 0fd0b645879957c30dc42cb7c63f29c92ec6c313 /TAO/orbsvcs | |
parent | 4292ba23798dca8ca394e549852a08b19bd64c98 (diff) | |
download | ATCD-3c1614f1c1b10da5f5479f36606f30a8e7678548.tar.gz |
ChangeLogTag:Mon Jan 21 04:35:14 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/SSLIOP.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.idl b/TAO/orbsvcs/orbsvcs/SSLIOP.idl index cb10737df67..fb0a99d86c0 100644 --- a/TAO/orbsvcs/orbsvcs/SSLIOP.idl +++ b/TAO/orbsvcs/orbsvcs/SSLIOP.idl @@ -74,11 +74,6 @@ module SSLIOP { PEM }; - enum KeyType { - RSA// , -// DSA - }; - struct File { FileType type; string filename; @@ -92,7 +87,6 @@ module SSLIOP { struct AuthData { File certificate; File key; - KeyType key_type; }; # pragma prefix "omg.org" |