Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118734
Collapse All | Expand All

(-)wvstreams-4.2.1.orig/include/uniconfkeybak.h (-1 / +1 lines)
Lines 113-119 Link Here
113
    bool iswild() const;
113
    bool iswild() const;
114
114
115
    /** Returns true if the key has a trailing slash. */
115
    /** Returns true if the key has a trailing slash. */
116
    bool UniConfKey::hastrailingslash() const;
116
    bool hastrailingslash() const;
117
117
118
    /**
118
    /**
119
     * Returns the number of segments in this path.
119
     * Returns the number of segments in this path.
(-)wvstreams-4.2.1.orig/include/wvx509bak.h (-5 / +5 lines)
Lines 349-367 Link Here
349
     * Set the Certificate to use X509v3, since that's all modern
349
     * Set the Certificate to use X509v3, since that's all modern
350
     * PKI uses anyways :)
350
     * PKI uses anyways :)
351
     */
351
     */
352
    void WvX509Mgr::set_version();
352
    void set_version();
353
353
354
    /**
354
    /**
355
     * Get and set the keyUsage field.
355
     * Get and set the keyUsage field.
356
     */
356
     */
357
    WvString WvX509Mgr::get_key_usage();
357
    WvString get_key_usage();
358
    void WvX509Mgr::set_key_usage(WvStringParm values);
358
    void set_key_usage(WvStringParm values);
359
359
360
    /**
360
    /**
361
     * Get and set the extendedKeyUsage field.
361
     * Get and set the extendedKeyUsage field.
362
     */
362
     */
363
    WvString WvX509Mgr::get_ext_key_usage();
363
    WvString get_ext_key_usage();
364
    void WvX509Mgr::set_ext_key_usage(WvStringParm values);
364
    void set_ext_key_usage(WvStringParm values);
365
    
365
    
366
    /**
366
    /**
367
     * Return the Subject alt name if it exists, and WvString::null if
367
     * Return the Subject alt name if it exists, and WvString::null if
(-)wvstreams-4.2.1.orig/include/wvstringbak.h (-1 / +1 lines)
Lines 393-399 Link Here
393
    
393
    
394
protected:
394
protected:
395
    void copy_constructor(const WvFastString &s);
395
    void copy_constructor(const WvFastString &s);
396
    inline void WvString::construct(const char *_str)
396
    inline void construct(const char *_str)
397
        {
397
        {
398
            link(&nullbuf, _str);
398
            link(&nullbuf, _str);
399
    
399
    

Return to bug 118734