• Show log

    Commit

  • Hash : 0782fc43
    Author : Carlos Martín Nieto
    Date : 2014-09-16T01:47:30

    net: use only structs to pass information about cert
    
    Instead of spreading the data in function arguments, some of which
    aren't used for ssh and having a struct only for ssh, use a struct for
    both, using a common parent to pass to the callback.