Bug 316191

Summary: curl-config doesn't advertise support of SSL and HTTPS when built against nss
Product: [Fedora] Fedora Reporter: Lubomir Kundrak <lkundrak>
Component: curlAssignee: Jindrich Novy <jnovy>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: high    
Version: rawhideCC: pknirsch
Target Milestone: ---Keywords: EasyFix, Patch, Regression
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-08 14:33:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 316971    
Attachments:
Description Flags
Patch to make curl-config not forget about NSS for SSL support none

Description Lubomir Kundrak 2007-10-02 21:06:06 UTC
Description of problem:

curl-config --features output doesn't include SSL and curl-config --protocols
output doesn't include HTTPS since curl wasn't built with OpenSSL.

Version-Release number of selected component (if applicable):

curl-7.16.4-7.fc8

Steps to Reproduce:
1. curl-config --protocols |grep HTTPS
2. curl-config --features |grep SSL
  
Actual results:

Expected results:

HTTPS
SSL
:)

Comment 1 Lubomir Kundrak 2007-10-02 21:11:33 UTC
Created attachment 214001 [details]
Patch to make curl-config not forget about NSS for SSL support

Comment 2 Jindrich Novy 2007-11-08 14:33:22 UTC
Applied, thanks.