Parent Directory
|
Revision Log
|
Patch
revision 2759 by davidg, Tue Jul 2 19:16:38 2013 UTC | revision 2760 by davidg, Sat Dec 13 08:15:43 2014 UTC | |
---|---|---|
# | Line 109 sub getNextUpdate($) { | Line 109 sub getNextUpdate($) { |
109 | sub getAttribute($$) { | sub getAttribute($$) { |
110 | my $self = shift or die "Invalid invocation of CRL::getAttribute\n"; | my $self = shift or die "Invalid invocation of CRL::getAttribute\n"; |
111 | my $key = shift; | my $key = shift; |
112 | return $self->{$key} or undef; | return $self->{$key} || undef; |
113 | } | } |
114 | ||
115 | sub getPEMdata($) { | sub getPEMdata($) { |
|
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |