Skip to content
  • Thomas Haller's avatar
    libnm/crypto: refactor to use enum for supported ciphers · 858d5c3e
    Thomas Haller authored
    We need to (and already did) define our own identifier for ciphers,
    because the gnutls/nss identifiers must be abstracted.
    
    Don't use a string for that. The number of supported ciphers
    is not generic but fixed and known at compiler time. An enum
    is better suited.
    858d5c3e