Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion TAO/orbsvcs/orbsvcs/SSLIOP.mpc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- MPC -*-
project(SSLIOP) : orbsvcslib, orbsvcs_output, install, security, ssl, pi_server, interceptors, tao_versioning_idl_defaults, ssliop_params_dup, svc_utils {
project(SSLIOP) : orbsvcslib, orbsvcs_output, install, security, ssl, pi_server, interceptors, tao_versioning_idl_defaults, svc_utils {
sharedname = TAO_SSLIOP
idlflags += -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h -SS
dynamicflags += TAO_SSLIOP_BUILD_DLL
Expand Down Expand Up @@ -38,6 +38,7 @@ project(SSLIOP) : orbsvcslib, orbsvcs_output, install, security, ssl, pi_server,
./SSLIOP/SSLIOP_TargetCredentials.cpp
./SSLIOP/SSLIOP_Transport.cpp
./SSLIOP/SSLIOP_Util.cpp
./SSLIOP/params_dup.cpp
SSLIOPC.cpp
}
}
Expand Down
16 changes: 0 additions & 16 deletions TAO/orbsvcs/orbsvcs/SSLIOP/params_dup.c

This file was deleted.

7 changes: 0 additions & 7 deletions TAO/orbsvcs/orbsvcs/SSLIOP/params_dup.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// MFC style projects on MicroSoft compilers require CPP files
// They can't cope with c files (as MFC projects are CPP by
// there very nature). Some other platforms incorrectly can't
// cope with the openSSL DSAParams_dup/DHparams_dup when compiled
// under cpp files (which is why this file duplicates the
// params_dup.c file).

#include "params_dup.h"
#include <openssl/asn1.h>

Expand Down
15 changes: 0 additions & 15 deletions TAO/orbsvcs/orbsvcs/ssliop_params_dup.mpb

This file was deleted.

Loading