Skip to content

Handle returned value when OPENSSL is disable in checkValidCertificate#8491

Merged
ofTheo merged 1 commit intoopenframeworks:masterfrom
Sorg-plusplus:master
Feb 5, 2026
Merged

Handle returned value when OPENSSL is disable in checkValidCertificate#8491
ofTheo merged 1 commit intoopenframeworks:masterfrom
Sorg-plusplus:master

Conversation

@Sorg-plusplus
Copy link
Contributor

Disabling OPENSSL currently prevents ofURLFileLoaderImpl::checkValidCertificate() from compiling because the function provides no return value when OPENSSL support is not available.

This change introduces a default return value (false) for builds where OPENSSL is disabled, ensuring consistent behavior and successful compilation across all configurations.

@ofTheo ofTheo merged commit aed1697 into openframeworks:master Feb 5, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants