Skip to content
2 changes: 1 addition & 1 deletion uploadutils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ endif

if IS_LIBRDKCERTSEL_ENABLED
libuploadutil_la_CFLAGS += $(LIBRDKCERTSEL_FLAG)
AM_LDFLAGS = -lRdkCertSelector
libuploadutil_la_LDFLAGS += -lRdkCertSelector -lrdkconfig
endif
5 changes: 1 addition & 4 deletions uploadutils/mtls_upload.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ int performMetadataPostWithCertRotation(void *curl, const char *upload_url, cons
__uploadutil_set_status(http_code, curl_ret_code);
return -1;
}

#endif
/**
* @brief Perform S3 PUT with provided certificate (Stage 2 - Public API)
*/
Expand Down Expand Up @@ -294,6 +294,3 @@ int performMetadataPostWithCertRotationEx(const char *upload_url, const char *fi
return -1;
#endif
}


#endif
Loading